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