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