diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/FAQ.html | 2 | ||||
-rw-r--r-- | doc/api.html | 2 | ||||
-rw-r--r-- | doc/command.html | 2 | ||||
-rw-r--r-- | doc/dither.html | 2 | ||||
-rw-r--r-- | doc/index.html | 15 |
9 files changed, 30 insertions, 14 deletions
@@ -1,4 +1,9 @@ -2011-03-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com> +2011-03-23 Erik de Castro Lopo <erikd AT mega-nerd DOT com> + + * NEWS README docs/*.html + Updates for 1.0.24 release. + +2011-03-22 Erik de Castro Lopo <erikd AT mega-nerd DOT com> * configure.ac Fix up usage of sed (should not assume GNU sed). @@ -6,6 +11,9 @@ * M4/add_(c|cxx)flags.m4 Test flags in isolation. + * tests/cpp_test.cc + Fix a broken test (test segfaults). Report by Dave Flogeras. + 2011-03-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com> * programs/common.[ch] @@ -1,3 +1,10 @@ +Version 1.0.24 (2011-03-23) + * WAV files now have an 18 byte u-law and A-law fmt chunk. + * Document virtual I/O functionality. + * Two new methods rawHandle() and takeOwnership() in sndfile.hh. + * AIFF fix for non-zero offset value in SSND chunk. + * Minor bug fixes and improvements. + Version 1.0.23 (2010-10-10) * Add version metadata to Windows DLL. * Add a missing 'inline' to sndfile.hh. @@ -1,4 +1,4 @@ -This is libsndfile, 1.0.23 +This is libsndfile, 1.0.24 libsndfile is a library of C routines for reading and writing files containing sampled audio data. diff --git a/configure.ac b/configure.ac index e55090b..513f3e0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Require autoconf version AC_PREREQ(2.57) -AC_INIT([libsndfile],[1.0.24pre3],[sndfile@mega-nerd.com], +AC_INIT([libsndfile],[1.0.24],[sndfile@mega-nerd.com], [libsndfile],[http://www.mega-nerd.com/libsndfile/]) # Put config stuff in Cfg. diff --git a/doc/FAQ.html b/doc/FAQ.html index 369518a..baaef9a 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -842,7 +842,7 @@ the top level of the extracted tarball. <A HREF="http://www.mega-nerd.com/libsndfile/"> http://www.mega-nerd.com/libsndfile/</A>. <BR/> -Version : 1.0.23 +Version : 1.0.24 </P> </BODY> diff --git a/doc/api.html b/doc/api.html index f654c7a..dc11a42 100644 --- a/doc/api.html +++ b/doc/api.html @@ -766,7 +766,7 @@ and a parameter of SF_TRUE to force correct scaling. <A HREF="http://www.mega-nerd.com/libsndfile/">here</A>. </P> <P> -Version : 1.0.23 +Version : 1.0.24 </P> <!-- pepper --> <!-- pepper --> diff --git a/doc/command.html b/doc/command.html index fdbd09d..17f8f35 100644 --- a/doc/command.html +++ b/doc/command.html @@ -1402,7 +1402,7 @@ Parameters: <A HREF="http://www.mega-nerd.com/libsndfile/"> http://www.mega-nerd.com/libsndfile/</A>. <BR> -Version : 1.0.23 +Version : 1.0.24 </P> </BODY> diff --git a/doc/dither.html b/doc/dither.html index 913a924..57b1b6e 100644 --- a/doc/dither.html +++ b/doc/dither.html @@ -1010,7 +1010,7 @@ Example: <A HREF="http://www.mega-nerd.com/libsndfile/"> http://www.mega-nerd.com/libsndfile/</A>. <BR> -Version : 1.0.23 +Version : 1.0.24 </P> </BODY> diff --git a/doc/index.html b/doc/index.html index 4c64751..367750c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -6,7 +6,7 @@ libsndfile </TITLE> <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)"> - <META NAME="Version" CONTENT="libsndfile-1.0.23"> + <META NAME="Version" CONTENT="libsndfile-1.0.24"> <META NAME="Description" CONTENT="The libsndfile Home Page"> <META NAME="Keywords" CONTENT="WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux"> <META NAME="ROBOTS" CONTENT="NOFOLLOW"> @@ -366,6 +366,7 @@ and <LI>Version 1.0.21 (December 13 2009) Bunch of minor bug fixes. <LI>Version 1.0.22 (October 04 2010) Bunch of minor bug fixes. <LI>Version 1.0.23 (October 10 2010) Minor bug fixes. + <LI>Version 1.0.24 (March 23 2011) Minor bug fixes. </UL> <A NAME="Similar"></A> @@ -427,16 +428,16 @@ and </P> <UL> <LI>Source code as a .tar.gz : - <A HREF="files/libsndfile-1.0.23.tar.gz">libsndfile-1.0.23.tar.gz</A> + <A HREF="files/libsndfile-1.0.24.tar.gz">libsndfile-1.0.24.tar.gz</A> and - <A HREF="files/libsndfile-1.0.23.tar.gz.asc">(GPG signature)</A>. + <A HREF="files/libsndfile-1.0.24.tar.gz.asc">(GPG signature)</A>. <LI>Win32 installer: - <A HREF="files/libsndfile-1.0.23-w32-setup.exe"> - libsndfile-1.0.23-w32-setup.exe</A> (thoroughly tested under + <A HREF="files/libsndfile-1.0.24-w32-setup.exe"> + libsndfile-1.0.24-w32-setup.exe</A> (thoroughly tested under <a href="http://www.winehq.com/">Wine</a> and Windows XP). <LI>Win64 installer: - <A HREF="files/libsndfile-1.0.23-w64-setup.exe"> - libsndfile-1.0.23-w64-setup.exe</A> + <A HREF="files/libsndfile-1.0.24-w64-setup.exe"> + libsndfile-1.0.24-w64-setup.exe</A> (thoroughly tested on 64 bit Windows 7). </UL> |