Skip to content

Commit

Permalink
Version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 18, 2016
1 parent 819c6a8 commit f6730d0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.9 (2016-09-23)
* Relicense under 2 clause BSD license.
* Minor bug fixes and upates.

Version 0.1.8 (2011-08-15)
* Minor bug fixes and upates.

Expand Down
16 changes: 8 additions & 8 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is libsamplerate, 0.1.8
This is libsamplerate, 0.1.9

libsamplerate (also known as Secret Rabbit Code) is a library for
perfroming sample rate conversion of audio data.
Expand All @@ -10,24 +10,24 @@ The doc/ directory contains the libsamplerate documentation.
The examples/ directory contains examples of how to write code using
libsamplerate.

The tests/ directory contains programs which link against
The tests/ directory contains programs which link against
libsamplerate and test its functionality.

The Win32/ directory contains files and documentation to allow
libsamplerate to compile under Win32 with the Microsoft Visual C++
libsamplerate to compile under Win32 with the Microsoft Visual C++
compiler.

Win32
-----
There are detailed instructions for building libsamplerate on Win32
There are detailed instructions for building libsamplerate on Win32
in the file

doc/win32.html


MacOSX
------
Building on MacOSX should be the same as building it on any other
Building on MacOSX should be the same as building it on any other
Unix.


Expand All @@ -39,11 +39,11 @@ the following three commands :
./configure
make
make install

CONTACTS
--------

libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
The libsamplerate home page is at :

http://www.mega-nerd.com/libsamplerate/
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.57)

AC_INIT([libsamplerate],[0.1.9pre1],[[email protected]],
AC_INIT([libsamplerate],[0.1.9],[[email protected]],
[libsamplerate],[http://www.mega-nerd.com/libsamplerate/])

# Put config stuff in Cfg.
Expand Down
4 changes: 2 additions & 2 deletions doc/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ <H1><B>Download</B></H1>
</P>
<UL>
<LI>Source code as a .tar.gz :
<A HREF="libsamplerate-0.1.8.tar.gz">libsamplerate-0.1.8.tar.gz</A>
<A HREF="libsamplerate-0.1.9.tar.gz">libsamplerate-0.1.9.tar.gz</A>
and
<A HREF="libsamplerate-0.1.8.tar.gz.asc">(GPG signature)</A>
<!-- A HREF="libsamplerate-0.1.8.tar.gz.asc">(GPG signature)</A -->

</UL>
<P>
Expand Down

3 comments on commit f6730d0

@evpobr
Copy link
Member

@evpobr evpobr commented on f6730d0 Oct 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SoapGentoo, can you add signed v0.1.9 tag here? Need it to update download url in documentation.

@SoapGentoo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@smdbdalhsn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.