shithub: libsamplerate

Download patch

ref: f6730d03c3e7660bb6ecad8816f1b09c5825142a
parent: 819c6a8d680d7385ce54f5e0d4ff62266d349d05
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Mon Sep 19 04:17:58 EDT 2016

Version 1.0.9

--- a/NEWS
+++ b/NEWS
@@ -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.
 
--- a/README
+++ b/README
@@ -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.
@@ -10,24 +10,24 @@
 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.
 
 
@@ -39,11 +39,11 @@
 		./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/
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 dnl Require autoconf version
 AC_PREREQ(2.57)
 
-AC_INIT([libsamplerate],[0.1.9pre1],[erikd@mega-nerd.com],
+AC_INIT([libsamplerate],[0.1.9],[erikd@mega-nerd.com],
 		[libsamplerate],[http://www.mega-nerd.com/libsamplerate/])
 
 # Put config stuff in Cfg.
--- a/doc/download.html
+++ b/doc/download.html
@@ -63,9 +63,9 @@
 </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>