summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS7
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--doc/FAQ.html2
-rw-r--r--doc/api.html2
-rw-r--r--doc/command.html2
-rw-r--r--doc/dither.html2
-rw-r--r--doc/index.html15
9 files changed, 30 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 29cd472..57b8db9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
diff --git a/NEWS b/NEWS
index 1635935..6d6cadd 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/README b/README
index 69b18c9..e9a6165 100644
--- a/README
+++ b/README
@@ -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>