2.0 init
[external/libsndfile.git] / NEWS
1 Version 1.0.21 (2009-12-13)
2   * Add a couple of new binary programs to programs/ dir.
3   * Remove sndfile-jackplay (now in sndfile-tools package).
4   * Add windows only function sf_wchar_open().
5   * Bunch of minor bug fixes.
6
7 Version 1.0.20 (2009-05-14)
8   * Fix potential heap overflow in VOC file parser (Tobias Klein, http://www.trapkit.de/).
9
10 Version 1.0.19 (2009-03-02)
11   * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
12   * Huge number of minor bug fixes as a result of static analysis.
13
14 Version 1.0.18 (2009-02-07)
15   * Add Ogg/Vorbis support (thanks to John ffitch).
16   * Remove captive FLAC library.
17   * Many new features and bug fixes.
18   * Generate Win32 and Win64 pre-compiled binaries.
19
20 Version 1.0.17 (2006-08-31)
21   * Add sndfile.hh C++ wrapper.
22   * Update Win32 MinGW build instructions.
23   * Minor bug fixes and cleanups.
24
25 Version 1.0.16 (2006-04-30)
26   * Add support for Broadcast (BEXT) chunks in WAV files.
27   * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS.
28   * Add support for RIFX (big endian WAV variant).
29   * Fix configure script bugs.
30   * Fix bug in INST and MARK chunk writing for AIFF files.
31
32 Version 1.0.15 (2006-03-16)
33   * Fix some ia64 issues.
34   * Fix precompiled DLL.
35   * Minor bug fixes.
36
37 Version 1.0.14 (2006-02-19)
38   * Really fix MinGW compile problems.
39   * Minor bug fixes.
40
41 Version 1.0.13 (2006-01-21)
42   * Fix for MinGW compiler problems.
43   * Allow readin/write of instrument chunks from WAV and AIFF files.
44   * Compile problem fix for Solaris compiler.
45   * Minor cleanups and bug fixes.
46
47 Version 1.0.12 (2005-09-30)
48   * Add support for FLAC and Apple's Core Audio Format (CAF).
49   * Add virtual I/O interface (still needs docs).
50   * Cygwin and other Win32 fixes.
51   * Minor bug fixes and cleanups.
52
53 Version 1.0.11 (2004-11-15)
54   * Add support for SD2 files.
55   * Add read support for loop info in WAV and AIFF files.
56   * Add more tests.
57   * Improve type safety.
58   * Minor optimisations and bug fixes.
59
60 Version 1.0.10 (2004-06-15)
61   * Fix AIFF read/write mode bugs.
62   * Add support for compiling Win32 DLLS using MinGW.
63   * Fix problems resulting in failed compiles with gcc-2.95.
64   * Improve test suite.
65   * Minor bug fixes.
66
67 Version 1.0.9 (2004-03-30)
68   * Add handling of AVR (Audio Visual Research) files.
69   * Improve handling of WAVEFORMATEXTENSIBLE WAV files.
70   * Fix for using pipes on Win32.
71
72 Version 1.0.8 (2004-03-14)
73   * Correct peak chunk handing for files with > 16 tracks.
74   * Fix for WAV files with huge number of CUE chunks.
75
76 Version 1.0.7 (2004-02-25)
77   * Fix clip mode detection on ia64, MIPS and other CPUs.
78   * Fix two MacOSX build problems.
79
80 Version 1.0.6 (2004-02-08)
81   * Added support for native Win32 file access API (Ross Bencina).
82   * New mode to add clippling then a converting from float/double to integer
83     would otherwise wrap around.
84   * Fixed a bug in reading/writing files > 2Gig on Linux, Solaris and others.
85   * Many minor bug fixes.
86   * Other random fixes for Win32.
87
88 Version 1.0.5 (2003-05-03)
89   * Added support for HTK files.
90   * Added new function sf_open_fd() to allow for secure opening of temporary
91     files as well as reading/writing sound files embedded within larger
92     container files.
93   * Added string support for AIFF files.
94   * Minor bug fixes and code cleanups.
95
96 Version 1.0.4 (2003-02-02)
97   * Added suport of PVF and XI files.
98   * Added functionality for setting and retreiving strings from sound files.
99   * Minor code cleanups and bug fixes.
100
101 Version 1.0.3 (2002-12-09)
102   * Minor bug fixes.
103
104 Version 1.0.2 (2002-11-24)
105   * Added support for VOX ADPCM.
106   * Improved error reporting.
107   * Added version scripting on Linux and Solaris.
108   * Minor bug fixes.
109
110 Version 1.0.1 (2002-09-14)
111   * Added MAT and MAT5 file formats.
112   * Minor bug fixes.
113
114 Version 1.0.0 (2002-08-16)
115   * Final release for 1.0.0.
116
117 Version 1.0.0rc6 (2002-08-14)
118   * Release candidate 6 for the 1.0.0 series.
119   * MacOS9 fixes.
120
121 Version 1.0.0rc5 (2002-08-10)
122   * Release candidate 5 for the 1.0.0 series.
123   * Changed the definition of sf_count_t which was causing problems when
124     libsndfile was compiled with other libraries (ie WxWindows).
125   * Minor bug fixes.
126   * Documentation cleanup.
127
128 Version 1.0.0rc4 (2002-08-03)
129   * Release candidate 4 for the 1.0.0 series.
130   * Minor bug fixes.
131   * Fix broken Win32 "make check".
132
133 Version 1.0.0rc3 (2002-08-02)
134   * Release candidate 3 for the 1.0.0 series.
135   * Fix bug where libsndfile was reading beyond the end of the data chunk.
136   * Added on-the-fly header updates on write.
137   * Fix a couple of documentation issues.
138
139 Version 1.0.0rc2 (2002-06-24)
140   * Release candidate 2 for the 1.0.0 series.
141   * Fix compile problem for Win32.
142
143 Version 1.0.0rc1 (2002-06-24)
144   * Release candidate 1 for the 1.0.0 series.
145
146 Version 0.0.28 (2002-04-27)
147   * Last offical release of 0.0.X series of the library.
148
149 Version 0.0.8 (1999-02-16)
150   * First offical release.