diff options
author | Erik de Castro Lopo <erikd@coltrane> | 2004-11-14 21:13:09 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@coltrane> | 2004-11-14 21:13:09 +0000 |
commit | d5f1ec319761a2d01c1766f54037789d8a195283 (patch) | |
tree | 61dbce0e29f0d3e127f2b021e068d6798123d546 | |
parent | 427dd1122b6da596bb88c18166f2c1f885fd3fbc (diff) |
Docs revision number updates.
-rw-r--r-- | MacOS9/config.h | 6 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/dither.html | 2 | ||||
-rw-r--r-- | doc/index.html | 4 |
5 files changed, 14 insertions, 7 deletions
diff --git a/MacOS9/config.h b/MacOS9/config.h index cdfec05..658d03f 100644 --- a/MacOS9/config.h +++ b/MacOS9/config.h @@ -167,13 +167,13 @@ #define PACKAGE_NAME "libsndfile" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libsndfile 1.0.11pre7" +#define PACKAGE_STRING "libsndfile 1.0.11pre11" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libsndfile" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.11pre7" +#define PACKAGE_VERSION "1.0.11pre11" /* Set to maximum allowed value of sf_count_t type. */ #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL @@ -227,7 +227,7 @@ #define TYPEOF_SF_COUNT_T off_t /* Version number of package */ -#define VERSION "1.0.11pre7" +#define VERSION "1.0.11pre11" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ @@ -1,3 +1,10 @@ +Version 1.0.11 (2004-11-16) + * Add support for SD2 files. + * Add read support for loop info in WAV and AIFF files. + * Add more tests. + * Improve type safety. + * Minor optimisations. + Version 1.0.10 (2004-06-15) * Fix AIFF read/write mode bugs. * Add support for compiling Win32 DLLS using MinGW. @@ -1,4 +1,4 @@ -This is libsndfile, 1.0.10 +This is libsndfile, 1.0.11 libsndfile is a library of C routines for reading and writing files containing sampled audio data. diff --git a/doc/dither.html b/doc/dither.html index 1fa36b7..3dcd6af 100644 --- a/doc/dither.html +++ b/doc/dither.html @@ -1009,7 +1009,7 @@ Example: <A HREF="http://www.mega-nerd.com/libsndfile/"> http://www.mega-nerd.com/libsndfile/</A>. <BR> -Version : 1.0.10 +Version : 1.0.11 </P> </BODY> diff --git a/doc/index.html b/doc/index.html index e3ddc41..1676738 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.10"> + <META NAME="Version" CONTENT="libsndfile-1.0.11pre11"> <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"> @@ -402,7 +402,7 @@ </P> <UL> <LI>Source code as a .tar.gz : - <A HREF="libsndfile-1.0.10.tar.gz">libsndfile-1.0.10.tar.gz</A> + <A HREF="libsndfile-1.0.11pre11pre11.tar.gz">libsndfile-1.0.11pre11pre11.tar.gz</A> </UL> <P> Compiling libsndfile is relatively easy. The INSTALL file in the top level directory |