comparison src/libsndfile-1.0.27/doc/NEWS @ 40:1df64224f5ac

Current libsndfile source
author Chris Cannam
date Tue, 18 Oct 2016 13:22:47 +0100
parents
children
comparison
equal deleted inserted replaced
39:7ddb4fc30dac 40:1df64224f5ac
1 Version 1.0.26 (2015-11-22)
2 * Fix for CVE-2014-9496, SD2 buffer read overflow.
3 * Fix for CVE-2014-9756, file_io.c divide by zero.
4 * Fix for CVE-2015-7805, AIIF heap write overflow.
5 * Add support for ALAC encoder in a CAF container.
6 * Add support for Cart chunks in WAV files.
7 * Minor bug fixes and improvements.
8
9 Version 1.0.25 (2011-07-13)
10 * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
11 * Accept broken WAV files with blockalign == 0.
12 * Minor bug fixes and improvements.
13
14 Version 1.0.24 (2011-03-23)
15 * WAV files now have an 18 byte u-law and A-law fmt chunk.
16 * Document virtual I/O functionality.
17 * Two new methods rawHandle() and takeOwnership() in sndfile.hh.
18 * AIFF fix for non-zero offset value in SSND chunk.
19 * Minor bug fixes and improvements.
20
21 Version 1.0.23 (2010-10-10)
22 * Add version metadata to Windows DLL.
23 * Add a missing 'inline' to sndfile.hh.
24 * Update docs.
25 * Minor bug fixes and improvements.
26
27 Version 1.0.22 (2010-10-04)
28 * Couple of fixes for SDS file writer.
29 * Fixes arising from static analysis.
30 * Handle FLAC files with ID3 meta data at start of file.
31 * Handle FLAC files which report zero length.
32 * Other minor bug fixes and improvements.
33
34 Version 1.0.21 (2009-12-13)
35 * Add a couple of new binary programs to programs/ dir.
36 * Remove sndfile-jackplay (now in sndfile-tools package).
37 * Add windows only function sf_wchar_open().
38 * Bunch of minor bug fixes.
39
40 Version 1.0.20 (2009-05-14)
41 * Fix potential heap overflow in VOC file parser (Tobias Klein, http://www.trapkit.de/).
42
43 Version 1.0.19 (2009-03-02)
44 * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
45 * Huge number of minor bug fixes as a result of static analysis.
46
47 Version 1.0.18 (2009-02-07)
48 * Add Ogg/Vorbis support (thanks to John ffitch).
49 * Remove captive FLAC library.
50 * Many new features and bug fixes.
51 * Generate Win32 and Win64 pre-compiled binaries.
52
53 Version 1.0.17 (2006-08-31)
54 * Add sndfile.hh C++ wrapper.
55 * Update Win32 MinGW build instructions.
56 * Minor bug fixes and cleanups.
57
58 Version 1.0.16 (2006-04-30)
59 * Add support for Broadcast (BEXT) chunks in WAV files.
60 * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS.
61 * Add support for RIFX (big endian WAV variant).
62 * Fix configure script bugs.
63 * Fix bug in INST and MARK chunk writing for AIFF files.
64
65 Version 1.0.15 (2006-03-16)
66 * Fix some ia64 issues.
67 * Fix precompiled DLL.
68 * Minor bug fixes.
69
70 Version 1.0.14 (2006-02-19)
71 * Really fix MinGW compile problems.
72 * Minor bug fixes.
73
74 Version 1.0.13 (2006-01-21)
75 * Fix for MinGW compiler problems.
76 * Allow readin/write of instrument chunks from WAV and AIFF files.
77 * Compile problem fix for Solaris compiler.
78 * Minor cleanups and bug fixes.
79
80 Version 1.0.12 (2005-09-30)
81 * Add support for FLAC and Apple's Core Audio Format (CAF).
82 * Add virtual I/O interface (still needs docs).
83 * Cygwin and other Win32 fixes.
84 * Minor bug fixes and cleanups.
85
86 Version 1.0.11 (2004-11-15)
87 * Add support for SD2 files.
88 * Add read support for loop info in WAV and AIFF files.
89 * Add more tests.
90 * Improve type safety.
91 * Minor optimisations and bug fixes.
92
93 Version 1.0.10 (2004-06-15)
94 * Fix AIFF read/write mode bugs.
95 * Add support for compiling Win32 DLLS using MinGW.
96 * Fix problems resulting in failed compiles with gcc-2.95.
97 * Improve test suite.
98 * Minor bug fixes.
99
100 Version 1.0.9 (2004-03-30)
101 * Add handling of AVR (Audio Visual Research) files.
102 * Improve handling of WAVEFORMATEXTENSIBLE WAV files.
103 * Fix for using pipes on Win32.
104
105 Version 1.0.8 (2004-03-14)
106 * Correct peak chunk handing for files with > 16 tracks.
107 * Fix for WAV files with huge number of CUE chunks.
108
109 Version 1.0.7 (2004-02-25)
110 * Fix clip mode detection on ia64, MIPS and other CPUs.
111 * Fix two MacOSX build problems.
112
113 Version 1.0.6 (2004-02-08)
114 * Added support for native Win32 file access API (Ross Bencina).
115 * New mode to add clippling then a converting from float/double to integer
116 would otherwise wrap around.
117 * Fixed a bug in reading/writing files > 2Gig on Linux, Solaris and others.
118 * Many minor bug fixes.
119 * Other random fixes for Win32.
120
121 Version 1.0.5 (2003-05-03)
122 * Added support for HTK files.
123 * Added new function sf_open_fd() to allow for secure opening of temporary
124 files as well as reading/writing sound files embedded within larger
125 container files.
126 * Added string support for AIFF files.
127 * Minor bug fixes and code cleanups.
128
129 Version 1.0.4 (2003-02-02)
130 * Added suport of PVF and XI files.
131 * Added functionality for setting and retreiving strings from sound files.
132 * Minor code cleanups and bug fixes.
133
134 Version 1.0.3 (2002-12-09)
135 * Minor bug fixes.
136
137 Version 1.0.2 (2002-11-24)
138 * Added support for VOX ADPCM.
139 * Improved error reporting.
140 * Added version scripting on Linux and Solaris.
141 * Minor bug fixes.
142
143 Version 1.0.1 (2002-09-14)
144 * Added MAT and MAT5 file formats.
145 * Minor bug fixes.
146
147 Version 1.0.0 (2002-08-16)
148 * Final release for 1.0.0.
149
150 Version 1.0.0rc6 (2002-08-14)
151 * Release candidate 6 for the 1.0.0 series.
152 * MacOS9 fixes.
153
154 Version 1.0.0rc5 (2002-08-10)
155 * Release candidate 5 for the 1.0.0 series.
156 * Changed the definition of sf_count_t which was causing problems when
157 libsndfile was compiled with other libraries (ie WxWindows).
158 * Minor bug fixes.
159 * Documentation cleanup.
160
161 Version 1.0.0rc4 (2002-08-03)
162 * Release candidate 4 for the 1.0.0 series.
163 * Minor bug fixes.
164 * Fix broken Win32 "make check".
165
166 Version 1.0.0rc3 (2002-08-02)
167 * Release candidate 3 for the 1.0.0 series.
168 * Fix bug where libsndfile was reading beyond the end of the data chunk.
169 * Added on-the-fly header updates on write.
170 * Fix a couple of documentation issues.
171
172 Version 1.0.0rc2 (2002-06-24)
173 * Release candidate 2 for the 1.0.0 series.
174 * Fix compile problem for Win32.
175
176 Version 1.0.0rc1 (2002-06-24)
177 * Release candidate 1 for the 1.0.0 series.
178
179 Version 0.0.28 (2002-04-27)
180 * Last offical release of 0.0.X series of the library.
181
182 Version 0.0.8 (1999-02-16)
183 * First offical release.