xref: /third_party/libsnd/NEWS.OLD (revision b815c7f3)
1b815c7f3Sopenharmony_ciVersion 1.0.31 (2021-01-24)
2b815c7f3Sopenharmony_ci
3b815c7f3Sopenharmony_ci  * The releaser of libsndfile starting from this version is the libsndfile team
4b815c7f3Sopenharmony_ci    member @SoapGentoo, see AUTHORS for details.
5b815c7f3Sopenharmony_ci  * Implement fast SSE2 optimized psf_lrintf() and psf_lrintf() functions to
6b815c7f3Sopenharmony_ci    improve perfomance when libsndfile is built using Visual C++ (especially)
7b815c7f3Sopenharmony_ci    and other compilers on x86 and AMD64 platforms. See also description of
8b815c7f3Sopenharmony_ci    ENABLE_SSE2 CMake option in README.md.
9b815c7f3Sopenharmony_ci  * Documentation:
10b815c7f3Sopenharmony_ci    * Move site to new URL: http://libsndfile.github.io/libsndfile/
11b815c7f3Sopenharmony_ci    * Convert documentation pages from HTML to Markdown
12b815c7f3Sopenharmony_ci    * Use GitHub's Jekyll static site generator to generate static HTML pages
13b815c7f3Sopenharmony_ci      for site
14b815c7f3Sopenharmony_ci    * Fix api.md table error, thanks to @zodf0055980
15b815c7f3Sopenharmony_ci    * Other docuemntation fixes and updates
16b815c7f3Sopenharmony_ci  * Change CMake's project name from sndfile to libsndfile as it should be.
17b815c7f3Sopenharmony_ci  * Change behaviour of ENABLE_STATIC_RUNTIME option. In short:
18b815c7f3Sopenharmony_ci    * You can use ENABLE_STATIC_RUNTIME for CMake >= 3.15 without error.
19b815c7f3Sopenharmony_ci    * You can use your our method to set MSVC runtime library flags if none of
20b815c7f3Sopenharmony_ci      ENABLE_STATIC_RUNTIME and CMAKE_MSVC_RUNTIME_LIBRARY were set.
21b815c7f3Sopenharmony_ci    Advanced information:
22b815c7f3Sopenharmony_ci    * If this option is defined (set to ON or OFF), set CMP0091 policy to OLD
23b815c7f3Sopenharmony_ci      (we handle MSVC runtime library flags using compiler flags), set
24b815c7f3Sopenharmony_ci      corresponding compiler flags for user.
25b815c7f3Sopenharmony_ci    * NEW: If this option is not defined, set CMP0091 policy to OLD (we handle
26b815c7f3Sopenharmony_ci      MSVC runtime library flags using compiler flags), don't touch compiler
27b815c7f3Sopenharmony_ci      options, allow user to set it manually.
28b815c7f3Sopenharmony_ci    * NEW: If new CMake option CMAKE_MSVC_RUNTIME_LIBRARY is set, change
29b815c7f3Sopenharmony_ci      CMP0091 policy to NEW (we handle MSVC runtime library flags using that
30b815c7f3Sopenharmony_ci      option), don't touch compiler flags.
31b815c7f3Sopenharmony_ci    * NEW: If both ENABLE_STATIC_RUNTIME and CMAKE_MSVC_RUNTIME_LIBRARY are set,
32b815c7f3Sopenharmony_ci      terminate configuration with fatal error.
33b815c7f3Sopenharmony_ci    * For MinGW toolchain this option is experimental. If you enabled it and
34b815c7f3Sopenharmony_ci      then disabled again, you need to clear CMake cache (delete
35b815c7f3Sopenharmony_ci      CMakeCache.txt).
36b815c7f3Sopenharmony_ci  * Make CMake clip test faster.
37b815c7f3Sopenharmony_ci  * Fix CMake bug with sndio library dependency, thanks to @drhenault.
38b815c7f3Sopenharmony_ci  * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz.
39b815c7f3Sopenharmony_ci  * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz.
40b815c7f3Sopenharmony_ci  * Fix leak in wav_read_header(), credit to OSS-Fuzz.
41b815c7f3Sopenharmony_ci  * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz.
42b815c7f3Sopenharmony_ci  * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz.
43b815c7f3Sopenharmony_ci  * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz.
44b815c7f3Sopenharmony_ci  * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz.
45b815c7f3Sopenharmony_ci  * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz.
46b815c7f3Sopenharmony_ci  * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz.
47b815c7f3Sopenharmony_ci  * Fix use of uninitialized value in endswap_int64_t_array(), credit to
48b815c7f3Sopenharmony_ci    OSS-Fuzz.
49b815c7f3Sopenharmony_ci  * Fix up the fuzzer so that it can't under or overseek,
50b815c7f3Sopenharmony_ci    thanks to Max Dymond <cmeister2@gmail.com>.
51b815c7f3Sopenharmony_ci  * Fix Autotools configure on macOS, thanks to @tmcguire and @nwh.
52b815c7f3Sopenharmony_ci  * Exclude repository-configuration from git-archive, thanks to @umlaeute.
53b815c7f3Sopenharmony_ci  * Use version-script when compiling with clang on Unix with Autotools, thanks
54b815c7f3Sopenharmony_ci    to @tstellar.
55b815c7f3Sopenharmony_ci  * Improve handling of SMPL chunks in WAV files, thanks to @zodf0055980.
56b815c7f3Sopenharmony_ci
57b815c7f3Sopenharmony_ciVersion 1.0.30 (2020-09-18)
58b815c7f3Sopenharmony_ci
59b815c7f3Sopenharmony_ci  * Fix critical CMake bug with broken ABI of shared libsndfile library.
60b815c7f3Sopenharmony_ci  * CMake build system considered to be stable.
61b815c7f3Sopenharmony_ci  * Move sndfile.h.in from src/ to include/ directory. To avoid problems,
62b815c7f3Sopenharmony_ci    delete old generated sndfile.h from $(top_builddir)/src.
63b815c7f3Sopenharmony_ci  * Huge documentation update.
64b815c7f3Sopenharmony_ci  * Fix opus test failures on BE platforms, thanks to
65b815c7f3Sopenharmony_ci    Arthur Taylor <art@ified.ca>.
66b815c7f3Sopenharmony_ci  * Fix bug when sf_open_fd() function sometimes leaves filehandle open, even
67b815c7f3Sopenharmony_ci    if `close_desc` parameter is TRUE, thanks to @umläute.
68b815c7f3Sopenharmony_ci  * Fix infinite loops on some pathological SD2 files, thanks to
69b815c7f3Sopenharmony_ci    Jeremy Friesner <jaf@meyersound.com>.
70b815c7f3Sopenharmony_ci  * Switch to GitHub Actions for continuous integration.
71b815c7f3Sopenharmony_ci  * Add OSS-Fuzz tests to GitHub Actions workflow, thanks to
72b815c7f3Sopenharmony_ci    Max Dymond <cmeister2@gmail.com>.
73b815c7f3Sopenharmony_ci  * Fix memory leak in wavlike_read_bext_chunk() function, credit to OSS-Fuzz.
74b815c7f3Sopenharmony_ci  * Fix undefined behavior in avr-read_header() function, credit to OSS-Fuzz.
75b815c7f3Sopenharmony_ci  * Add INSTALL_PKGCONFIG_MODULE CMake option to control sndfile.pc file
76b815c7f3Sopenharmony_ci    installation, see README.md for details.
77b815c7f3Sopenharmony_ci  * Add INSTALL_MANPAGES CMake option, see README.md for details.
78b815c7f3Sopenharmony_ci  * Fix ENABLE_COMPATIBLE_LIBSNDFILE_NAME CMake option, now it works on MinGW
79b815c7f3Sopenharmony_ci    platform too.
80b815c7f3Sopenharmony_ci  * Fix ENABLE_CPACK CMake option, see README.md for details.
81b815c7f3Sopenharmony_ci  * Fix ENABLE_STATIC_RUNTIME and CMAKE_MSVC_RUNTIME_LIBRARY behavior, see
82b815c7f3Sopenharmony_ci    README.md for details.
83b815c7f3Sopenharmony_ci  * Fix CMake man pages installation bug when sndfile-deinterleave.1 and
84b815c7f3Sopenharmony_ci    sndfile-metadata-set.1 were not installed.
85b815c7f3Sopenharmony_ci  * Fix sndfile-regtest paths handling on Windows platform, thanks to
86b815c7f3Sopenharmony_ci    Gisle Vanem <gvanem@yahoo.no>.
87b815c7f3Sopenharmony_ci
88b815c7f3Sopenharmony_ciVersion 1.0.29 (2020-08-15)
89b815c7f3Sopenharmony_ci  * Add support for Opus files.
90b815c7f3Sopenharmony_ci  * Autotool build system improvements.
91b815c7f3Sopenharmony_ci  * CMake build system improvements.
92b815c7f3Sopenharmony_ci  * Fixes for: CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661,
93b815c7f3Sopenharmony_ci    CVE-2018-19662, CVE-2018-19758 and CVE-2019-3832.
94b815c7f3Sopenharmony_ci  * Add BWF v2 loudness parameters.
95b815c7f3Sopenharmony_ci  * Wave64: Permit and skip arbitrary chunks prior to the data chunk.
96b815c7f3Sopenharmony_ci  * Fix ASAN crash in wavlike_ima_seek().
97b815c7f3Sopenharmony_ci  * Fix IMA-ADPCM encoding for AIFF files.
98b815c7f3Sopenharmony_ci  * sndfile-convert: Handle gsm, vox and opus extensions the same way.
99b815c7f3Sopenharmony_ci  * Add SFC_SET_OGG_PAGE_LATENCY_MS command to get Ogg page latency for Ogg Opus
100b815c7f3Sopenharmony_ci    files.
101b815c7f3Sopenharmony_ci  * Fix parsing of some SD2 files.
102b815c7f3Sopenharmony_ci  * Documentation updates.
103b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
104b815c7f3Sopenharmony_ci
105b815c7f3Sopenharmony_ciVersion 1.0.28 (2017-04-02)
106b815c7f3Sopenharmony_ci  * Fix buffer overruns in FLAC and ID3 handling code.
107b815c7f3Sopenharmony_ci  * Move to variable length header storage.
108b815c7f3Sopenharmony_ci  * Fix detection of Large File Support for 32 bit systems.
109b815c7f3Sopenharmony_ci  * Remove large stack allocations in ALAC handling code.
110b815c7f3Sopenharmony_ci  * Remove all use of Variable Length Arrays.
111b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
112b815c7f3Sopenharmony_ci
113b815c7f3Sopenharmony_ciVersion 1.0.27 (2016-06-19)
114b815c7f3Sopenharmony_ci  * Fix an SF_INFO seekable flag regression introduced in 1.0.26.
115b815c7f3Sopenharmony_ci  * Fix potential infinite loops on malformed input files.
116b815c7f3Sopenharmony_ci  * Add string metadata read/write for CAF and RF64.
117b815c7f3Sopenharmony_ci  * Add handling of CUE chunks.
118b815c7f3Sopenharmony_ci  * Fix endian-ness issues in PAF files.
119b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
120b815c7f3Sopenharmony_ci
121b815c7f3Sopenharmony_ciVersion 1.0.26 (2015-11-22)
122b815c7f3Sopenharmony_ci  * Fix for CVE-2014-9496, SD2 buffer read overflow.
123b815c7f3Sopenharmony_ci  * Fix for CVE-2014-9756, file_io.c divide by zero.
124b815c7f3Sopenharmony_ci  * Fix for CVE-2015-7805, AIFF heap write overflow.
125b815c7f3Sopenharmony_ci  * Add support for ALAC encoder in a CAF container.
126b815c7f3Sopenharmony_ci  * Add support for Cart chunks in WAV files.
127b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
128b815c7f3Sopenharmony_ci
129b815c7f3Sopenharmony_ciVersion 1.0.25 (2011-07-13)
130b815c7f3Sopenharmony_ci  * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
131b815c7f3Sopenharmony_ci  * Accept broken WAV files with blockalign == 0.
132b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
133b815c7f3Sopenharmony_ci
134b815c7f3Sopenharmony_ciVersion 1.0.24 (2011-03-23)
135b815c7f3Sopenharmony_ci  * WAV files now have an 18 byte u-law and A-law fmt chunk.
136b815c7f3Sopenharmony_ci  * Document virtual I/O functionality.
137b815c7f3Sopenharmony_ci  * Two new methods rawHandle() and takeOwnership() in sndfile.hh.
138b815c7f3Sopenharmony_ci  * AIFF fix for non-zero offset value in SSND chunk.
139b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
140b815c7f3Sopenharmony_ci
141b815c7f3Sopenharmony_ciVersion 1.0.23 (2010-10-10)
142b815c7f3Sopenharmony_ci  * Add version metadata to Windows DLL.
143b815c7f3Sopenharmony_ci  * Add a missing 'inline' to sndfile.hh.
144b815c7f3Sopenharmony_ci  * Update docs.
145b815c7f3Sopenharmony_ci  * Minor bug fixes and improvements.
146b815c7f3Sopenharmony_ci
147b815c7f3Sopenharmony_ciVersion 1.0.22 (2010-10-04)
148b815c7f3Sopenharmony_ci  * Couple of fixes for SDS file writer.
149b815c7f3Sopenharmony_ci  * Fixes arising from static analysis.
150b815c7f3Sopenharmony_ci  * Handle FLAC files with ID3 meta data at start of file.
151b815c7f3Sopenharmony_ci  * Handle FLAC files which report zero length.
152b815c7f3Sopenharmony_ci  * Other minor bug fixes and improvements.
153b815c7f3Sopenharmony_ci
154b815c7f3Sopenharmony_ciVersion 1.0.21 (2009-12-13)
155b815c7f3Sopenharmony_ci  * Add a couple of new binary programs to programs/ dir.
156b815c7f3Sopenharmony_ci  * Remove sndfile-jackplay (now in sndfile-tools package).
157b815c7f3Sopenharmony_ci  * Add windows only function sf_wchar_open().
158b815c7f3Sopenharmony_ci  * Bunch of minor bug fixes.
159b815c7f3Sopenharmony_ci
160b815c7f3Sopenharmony_ciVersion 1.0.20 (2009-05-14)
161b815c7f3Sopenharmony_ci  * Fix potential heap overflow in VOC file parser (Tobias Klein, http://www.trapkit.de/).
162b815c7f3Sopenharmony_ci
163b815c7f3Sopenharmony_ciVersion 1.0.19 (2009-03-02)
164b815c7f3Sopenharmony_ci  * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
165b815c7f3Sopenharmony_ci  * Huge number of minor bug fixes as a result of static analysis.
166b815c7f3Sopenharmony_ci
167b815c7f3Sopenharmony_ciVersion 1.0.18 (2009-02-07)
168b815c7f3Sopenharmony_ci  * Add Ogg/Vorbis support (thanks to John ffitch).
169b815c7f3Sopenharmony_ci  * Remove captive FLAC library.
170b815c7f3Sopenharmony_ci  * Many new features and bug fixes.
171b815c7f3Sopenharmony_ci  * Generate Win32 and Win64 pre-compiled binaries.
172b815c7f3Sopenharmony_ci
173b815c7f3Sopenharmony_ciVersion 1.0.17 (2006-08-31)
174b815c7f3Sopenharmony_ci  * Add sndfile.hh C++ wrapper.
175b815c7f3Sopenharmony_ci  * Update Win32 MinGW build instructions.
176b815c7f3Sopenharmony_ci  * Minor bug fixes and cleanups.
177b815c7f3Sopenharmony_ci
178b815c7f3Sopenharmony_ciVersion 1.0.16 (2006-04-30)
179b815c7f3Sopenharmony_ci  * Add support for Broadcast (BEXT) chunks in WAV files.
180b815c7f3Sopenharmony_ci  * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS.
181b815c7f3Sopenharmony_ci  * Add support for RIFX (big endian WAV variant).
182b815c7f3Sopenharmony_ci  * Fix configure script bugs.
183b815c7f3Sopenharmony_ci  * Fix bug in INST and MARK chunk writing for AIFF files.
184b815c7f3Sopenharmony_ci
185b815c7f3Sopenharmony_ciVersion 1.0.15 (2006-03-16)
186b815c7f3Sopenharmony_ci  * Fix some ia64 issues.
187b815c7f3Sopenharmony_ci  * Fix precompiled DLL.
188b815c7f3Sopenharmony_ci  * Minor bug fixes.
189b815c7f3Sopenharmony_ci
190b815c7f3Sopenharmony_ciVersion 1.0.14 (2006-02-19)
191b815c7f3Sopenharmony_ci  * Really fix MinGW compile problems.
192b815c7f3Sopenharmony_ci  * Minor bug fixes.
193b815c7f3Sopenharmony_ci
194b815c7f3Sopenharmony_ciVersion 1.0.13 (2006-01-21)
195b815c7f3Sopenharmony_ci  * Fix for MinGW compiler problems.
196b815c7f3Sopenharmony_ci  * Allow readin/write of instrument chunks from WAV and AIFF files.
197b815c7f3Sopenharmony_ci  * Compile problem fix for Solaris compiler.
198b815c7f3Sopenharmony_ci  * Minor cleanups and bug fixes.
199b815c7f3Sopenharmony_ci
200b815c7f3Sopenharmony_ciVersion 1.0.12 (2005-09-30)
201b815c7f3Sopenharmony_ci  * Add support for FLAC and Apple's Core Audio Format (CAF).
202b815c7f3Sopenharmony_ci  * Add virtual I/O interface (still needs docs).
203b815c7f3Sopenharmony_ci  * Cygwin and other Win32 fixes.
204b815c7f3Sopenharmony_ci  * Minor bug fixes and cleanups.
205b815c7f3Sopenharmony_ci
206b815c7f3Sopenharmony_ciVersion 1.0.11 (2004-11-15)
207b815c7f3Sopenharmony_ci  * Add support for SD2 files.
208b815c7f3Sopenharmony_ci  * Add read support for loop info in WAV and AIFF files.
209b815c7f3Sopenharmony_ci  * Add more tests.
210b815c7f3Sopenharmony_ci  * Improve type safety.
211b815c7f3Sopenharmony_ci  * Minor optimisations and bug fixes.
212b815c7f3Sopenharmony_ci
213b815c7f3Sopenharmony_ciVersion 1.0.10 (2004-06-15)
214b815c7f3Sopenharmony_ci  * Fix AIFF read/write mode bugs.
215b815c7f3Sopenharmony_ci  * Add support for compiling Win32 DLLS using MinGW.
216b815c7f3Sopenharmony_ci  * Fix problems resulting in failed compiles with gcc-2.95.
217b815c7f3Sopenharmony_ci  * Improve test suite.
218b815c7f3Sopenharmony_ci  * Minor bug fixes.
219b815c7f3Sopenharmony_ci
220b815c7f3Sopenharmony_ciVersion 1.0.9 (2004-03-30)
221b815c7f3Sopenharmony_ci  * Add handling of AVR (Audio Visual Research) files.
222b815c7f3Sopenharmony_ci  * Improve handling of WAVEFORMATEXTENSIBLE WAV files.
223b815c7f3Sopenharmony_ci  * Fix for using pipes on Win32.
224b815c7f3Sopenharmony_ci
225b815c7f3Sopenharmony_ciVersion 1.0.8 (2004-03-14)
226b815c7f3Sopenharmony_ci  * Correct peak chunk handing for files with > 16 tracks.
227b815c7f3Sopenharmony_ci  * Fix for WAV files with huge number of CUE chunks.
228b815c7f3Sopenharmony_ci
229b815c7f3Sopenharmony_ciVersion 1.0.7 (2004-02-25)
230b815c7f3Sopenharmony_ci  * Fix clip mode detection on ia64, MIPS and other CPUs.
231b815c7f3Sopenharmony_ci  * Fix two MacOSX build problems.
232b815c7f3Sopenharmony_ci
233b815c7f3Sopenharmony_ciVersion 1.0.6 (2004-02-08)
234b815c7f3Sopenharmony_ci  * Added support for native Win32 file access API (Ross Bencina).
235b815c7f3Sopenharmony_ci  * New mode to add clippling then a converting from float/double to integer
236b815c7f3Sopenharmony_ci    would otherwise wrap around.
237b815c7f3Sopenharmony_ci  * Fixed a bug in reading/writing files > 2Gig on Linux, Solaris and others.
238b815c7f3Sopenharmony_ci  * Many minor bug fixes.
239b815c7f3Sopenharmony_ci  * Other random fixes for Win32.
240b815c7f3Sopenharmony_ci
241b815c7f3Sopenharmony_ciVersion 1.0.5 (2003-05-03)
242b815c7f3Sopenharmony_ci  * Added support for HTK files.
243b815c7f3Sopenharmony_ci  * Added new function sf_open_fd() to allow for secure opening of temporary
244b815c7f3Sopenharmony_ci    files as well as reading/writing sound files embedded within larger
245b815c7f3Sopenharmony_ci    container files.
246b815c7f3Sopenharmony_ci  * Added string support for AIFF files.
247b815c7f3Sopenharmony_ci  * Minor bug fixes and code cleanups.
248b815c7f3Sopenharmony_ci
249b815c7f3Sopenharmony_ciVersion 1.0.4 (2003-02-02)
250b815c7f3Sopenharmony_ci  * Added suport of PVF and XI files.
251b815c7f3Sopenharmony_ci  * Added functionality for setting and retreiving strings from sound files.
252b815c7f3Sopenharmony_ci  * Minor code cleanups and bug fixes.
253b815c7f3Sopenharmony_ci
254b815c7f3Sopenharmony_ciVersion 1.0.3 (2002-12-09)
255b815c7f3Sopenharmony_ci  * Minor bug fixes.
256b815c7f3Sopenharmony_ci
257b815c7f3Sopenharmony_ciVersion 1.0.2 (2002-11-24)
258b815c7f3Sopenharmony_ci  * Added support for VOX ADPCM.
259b815c7f3Sopenharmony_ci  * Improved error reporting.
260b815c7f3Sopenharmony_ci  * Added version scripting on Linux and Solaris.
261b815c7f3Sopenharmony_ci  * Minor bug fixes.
262b815c7f3Sopenharmony_ci
263b815c7f3Sopenharmony_ciVersion 1.0.1 (2002-09-14)
264b815c7f3Sopenharmony_ci  * Added MAT and MAT5 file formats.
265b815c7f3Sopenharmony_ci  * Minor bug fixes.
266b815c7f3Sopenharmony_ci
267b815c7f3Sopenharmony_ciVersion 1.0.0 (2002-08-16)
268b815c7f3Sopenharmony_ci  * Final release for 1.0.0.
269b815c7f3Sopenharmony_ci
270b815c7f3Sopenharmony_ciVersion 1.0.0rc6 (2002-08-14)
271b815c7f3Sopenharmony_ci  * Release candidate 6 for the 1.0.0 series.
272b815c7f3Sopenharmony_ci  * MacOS9 fixes.
273b815c7f3Sopenharmony_ci
274b815c7f3Sopenharmony_ciVersion 1.0.0rc5 (2002-08-10)
275b815c7f3Sopenharmony_ci  * Release candidate 5 for the 1.0.0 series.
276b815c7f3Sopenharmony_ci  * Changed the definition of sf_count_t which was causing problems when
277b815c7f3Sopenharmony_ci    libsndfile was compiled with other libraries (ie WxWindows).
278b815c7f3Sopenharmony_ci  * Minor bug fixes.
279b815c7f3Sopenharmony_ci  * Documentation cleanup.
280b815c7f3Sopenharmony_ci
281b815c7f3Sopenharmony_ciVersion 1.0.0rc4 (2002-08-03)
282b815c7f3Sopenharmony_ci  * Release candidate 4 for the 1.0.0 series.
283b815c7f3Sopenharmony_ci  * Minor bug fixes.
284b815c7f3Sopenharmony_ci  * Fix broken Win32 "make check".
285b815c7f3Sopenharmony_ci
286b815c7f3Sopenharmony_ciVersion 1.0.0rc3 (2002-08-02)
287b815c7f3Sopenharmony_ci  * Release candidate 3 for the 1.0.0 series.
288b815c7f3Sopenharmony_ci  * Fix bug where libsndfile was reading beyond the end of the data chunk.
289b815c7f3Sopenharmony_ci  * Added on-the-fly header updates on write.
290b815c7f3Sopenharmony_ci  * Fix a couple of documentation issues.
291b815c7f3Sopenharmony_ci
292b815c7f3Sopenharmony_ciVersion 1.0.0rc2 (2002-06-24)
293b815c7f3Sopenharmony_ci  * Release candidate 2 for the 1.0.0 series.
294b815c7f3Sopenharmony_ci  * Fix compile problem for Win32.
295b815c7f3Sopenharmony_ci
296b815c7f3Sopenharmony_ciVersion 1.0.0rc1 (2002-06-24)
297b815c7f3Sopenharmony_ci  * Release candidate 1 for the 1.0.0 series.
298b815c7f3Sopenharmony_ci
299b815c7f3Sopenharmony_ciVersion 0.0.28 (2002-04-27)
300b815c7f3Sopenharmony_ci  * Last offical release of 0.0.X series of the library.
301b815c7f3Sopenharmony_ci
302b815c7f3Sopenharmony_ciVersion 0.0.8 (1999-02-16)
303b815c7f3Sopenharmony_ci  * First offical release.
304