Updates for version 1.0.20.

This commit is contained in:
Erik de Castro Lopo 2009-05-14 20:20:01 +10:00
parent 5c18d65c37
commit 5eefd9e6ef
8 changed files with 19 additions and 12 deletions

View File

@ -4,6 +4,9 @@
Be more careful when including <stdint.h> so compiling on pre-C99 platforms
(hello Slowlaris) might actually work.
* NEWS README doc/*.html
Updates for 1.0.20.
2009-04-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/voc.c

3
NEWS
View File

@ -1,3 +1,6 @@
Version 1.0.20 (2009-03-14)
* Fix potential heap overflow in VOC file parser (Tobias Klein, http://www.trapkit.de/).
Version 1.0.19 (2009-03-02)
* Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
* Huge number of minor bug fixes as a result of static analysis.

2
README
View File

@ -1,4 +1,4 @@
This is libsndfile, 1.0.19
This is libsndfile, 1.0.20
libsndfile is a library of C routines for reading and writing
files containing sampled audio data.

View File

@ -783,7 +783,7 @@ time late in 2008.
<A HREF="http://www.mega-nerd.com/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>.
<BR>
Version : 1.0.19
Version : 1.0.20
</P>
</BODY>

View File

@ -667,7 +667,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.19
Version : 1.0.20
</P>
<!-- pepper -->
<!-- pepper -->

View File

@ -1401,7 +1401,7 @@ Parameters:
<A HREF="http://www.mega-nerd.com/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>.
<BR>
Version : 1.0.19
Version : 1.0.20
</P>
</BODY>

View File

@ -1009,7 +1009,7 @@ Example:
<A HREF="http://www.mega-nerd.com/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>.
<BR>
Version : 1.0.19
Version : 1.0.20
</P>
</BODY>

View File

@ -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.19">
<META NAME="Version" CONTENT="libsndfile-1.0.20">
<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">
@ -362,6 +362,7 @@ and
new features and bug fixes. Generate Win32 and Win64 pre-compiled binaries.
<LI>Version 1.0.19 (Mar 02 2009) Fix for CVE-2009-0186. Huge number of minor fixes as a
result of static analysis.
<LI>Version 1.0.20 (May 14 2009) Fix for potential heap overflow.
</UL>
<A NAME="Similar"></A>
@ -435,16 +436,16 @@ and
</P>
<UL>
<LI>Source code as a .tar.gz :
<A HREF="libsndfile-1.0.19.tar.gz">libsndfile-1.0.19.tar.gz</A>
<A HREF="libsndfile-1.0.20.tar.gz">libsndfile-1.0.20.tar.gz</A>
and
<A HREF="libsndfile-1.0.19.tar.gz.asc">(GPG signature)</A>.
<A HREF="libsndfile-1.0.20.tar.gz.asc">(GPG signature)</A>.
<LI>Win32 installer:
<A HREF="libsndfile-1.0.19-w32-setup.exe">
libsndfile-1.0.19-w32-setup.exe</A> (thoroughly tested under
<A HREF="libsndfile-1.0.20-w32-setup.exe">
libsndfile-1.0.20-w32-setup.exe</A> (thoroughly tested under
<a href="http://www.winehq.com/">Wine</a> and Windows XP).
<LI>Win64 installer:
<A HREF="libsndfile-1.0.19-w64-setup.exe">
libsndfile-1.0.19-w64-setup.exe</A> (alpha quality release).
<A HREF="libsndfile-1.0.20-w64-setup.exe">
libsndfile-1.0.20-w64-setup.exe</A> (alpha quality release).
</UL>
<P>