mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
Updates for version 1.0.20.
This commit is contained in:
parent
5c18d65c37
commit
5eefd9e6ef
@ -4,6 +4,9 @@
|
|||||||
Be more careful when including <stdint.h> so compiling on pre-C99 platforms
|
Be more careful when including <stdint.h> so compiling on pre-C99 platforms
|
||||||
(hello Slowlaris) might actually work.
|
(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>
|
2009-04-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||||
|
|
||||||
* src/voc.c
|
* src/voc.c
|
||||||
|
3
NEWS
3
NEWS
@ -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)
|
Version 1.0.19 (2009-03-02)
|
||||||
* Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
|
* Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
|
||||||
* Huge number of minor bug fixes as a result of static analysis.
|
* Huge number of minor bug fixes as a result of static analysis.
|
||||||
|
2
README
2
README
@ -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
|
libsndfile is a library of C routines for reading and writing
|
||||||
files containing sampled audio data.
|
files containing sampled audio data.
|
||||||
|
@ -783,7 +783,7 @@ time late in 2008.
|
|||||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||||
http://www.mega-nerd.com/libsndfile/</A>.
|
http://www.mega-nerd.com/libsndfile/</A>.
|
||||||
<BR>
|
<BR>
|
||||||
Version : 1.0.19
|
Version : 1.0.20
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
|
@ -667,7 +667,7 @@ and a parameter of SF_TRUE to force correct scaling.
|
|||||||
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
|
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
Version : 1.0.19
|
Version : 1.0.20
|
||||||
</P>
|
</P>
|
||||||
<!-- pepper -->
|
<!-- pepper -->
|
||||||
<!-- pepper -->
|
<!-- pepper -->
|
||||||
|
@ -1401,7 +1401,7 @@ Parameters:
|
|||||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||||
http://www.mega-nerd.com/libsndfile/</A>.
|
http://www.mega-nerd.com/libsndfile/</A>.
|
||||||
<BR>
|
<BR>
|
||||||
Version : 1.0.19
|
Version : 1.0.20
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
|
@ -1009,7 +1009,7 @@ Example:
|
|||||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||||
http://www.mega-nerd.com/libsndfile/</A>.
|
http://www.mega-nerd.com/libsndfile/</A>.
|
||||||
<BR>
|
<BR>
|
||||||
Version : 1.0.19
|
Version : 1.0.20
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
libsndfile
|
libsndfile
|
||||||
</TITLE>
|
</TITLE>
|
||||||
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
|
<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="Description" CONTENT="The libsndfile Home Page">
|
||||||
<META NAME="Keywords" CONTENT="WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux">
|
<META NAME="Keywords" CONTENT="WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux">
|
||||||
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
|
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
|
||||||
@ -362,6 +362,7 @@ and
|
|||||||
new features and bug fixes. Generate Win32 and Win64 pre-compiled binaries.
|
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
|
<LI>Version 1.0.19 (Mar 02 2009) Fix for CVE-2009-0186. Huge number of minor fixes as a
|
||||||
result of static analysis.
|
result of static analysis.
|
||||||
|
<LI>Version 1.0.20 (May 14 2009) Fix for potential heap overflow.
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<A NAME="Similar"></A>
|
<A NAME="Similar"></A>
|
||||||
@ -435,16 +436,16 @@ and
|
|||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Source code as a .tar.gz :
|
<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
|
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:
|
<LI>Win32 installer:
|
||||||
<A HREF="libsndfile-1.0.19-w32-setup.exe">
|
<A HREF="libsndfile-1.0.20-w32-setup.exe">
|
||||||
libsndfile-1.0.19-w32-setup.exe</A> (thoroughly tested under
|
libsndfile-1.0.20-w32-setup.exe</A> (thoroughly tested under
|
||||||
<a href="http://www.winehq.com/">Wine</a> and Windows XP).
|
<a href="http://www.winehq.com/">Wine</a> and Windows XP).
|
||||||
<LI>Win64 installer:
|
<LI>Win64 installer:
|
||||||
<A HREF="libsndfile-1.0.19-w64-setup.exe">
|
<A HREF="libsndfile-1.0.20-w64-setup.exe">
|
||||||
libsndfile-1.0.19-w64-setup.exe</A> (alpha quality release).
|
libsndfile-1.0.20-w64-setup.exe</A> (alpha quality release).
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
|
Loading…
Reference in New Issue
Block a user