Chris@40: Version 1.0.26 (2015-11-22) Chris@40: * Fix for CVE-2014-9496, SD2 buffer read overflow. Chris@40: * Fix for CVE-2014-9756, file_io.c divide by zero. Chris@40: * Fix for CVE-2015-7805, AIIF heap write overflow. Chris@40: * Add support for ALAC encoder in a CAF container. Chris@40: * Add support for Cart chunks in WAV files. Chris@40: * Minor bug fixes and improvements. Chris@40: Chris@40: Version 1.0.25 (2011-07-13) Chris@40: * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler. Chris@40: * Accept broken WAV files with blockalign == 0. Chris@40: * Minor bug fixes and improvements. Chris@40: Chris@40: Version 1.0.24 (2011-03-23) Chris@40: * WAV files now have an 18 byte u-law and A-law fmt chunk. Chris@40: * Document virtual I/O functionality. Chris@40: * Two new methods rawHandle() and takeOwnership() in sndfile.hh. Chris@40: * AIFF fix for non-zero offset value in SSND chunk. Chris@40: * Minor bug fixes and improvements. Chris@40: Chris@40: Version 1.0.23 (2010-10-10) Chris@40: * Add version metadata to Windows DLL. Chris@40: * Add a missing 'inline' to sndfile.hh. Chris@40: * Update docs. Chris@40: * Minor bug fixes and improvements. Chris@40: Chris@40: Version 1.0.22 (2010-10-04) Chris@40: * Couple of fixes for SDS file writer. Chris@40: * Fixes arising from static analysis. Chris@40: * Handle FLAC files with ID3 meta data at start of file. Chris@40: * Handle FLAC files which report zero length. Chris@40: * Other minor bug fixes and improvements. Chris@40: Chris@40: Version 1.0.21 (2009-12-13) Chris@40: * Add a couple of new binary programs to programs/ dir. Chris@40: * Remove sndfile-jackplay (now in sndfile-tools package). Chris@40: * Add windows only function sf_wchar_open(). Chris@40: * Bunch of minor bug fixes. Chris@40: Chris@40: Version 1.0.20 (2009-05-14) Chris@40: * Fix potential heap overflow in VOC file parser (Tobias Klein, http://www.trapkit.de/). Chris@40: Chris@40: Version 1.0.19 (2009-03-02) Chris@40: * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research). Chris@40: * Huge number of minor bug fixes as a result of static analysis. Chris@40: Chris@40: Version 1.0.18 (2009-02-07) Chris@40: * Add Ogg/Vorbis support (thanks to John ffitch). Chris@40: * Remove captive FLAC library. Chris@40: * Many new features and bug fixes. Chris@40: * Generate Win32 and Win64 pre-compiled binaries. Chris@40: Chris@40: Version 1.0.17 (2006-08-31) Chris@40: * Add sndfile.hh C++ wrapper. Chris@40: * Update Win32 MinGW build instructions. Chris@40: * Minor bug fixes and cleanups. Chris@40: Chris@40: Version 1.0.16 (2006-04-30) Chris@40: * Add support for Broadcast (BEXT) chunks in WAV files. Chris@40: * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS. Chris@40: * Add support for RIFX (big endian WAV variant). Chris@40: * Fix configure script bugs. Chris@40: * Fix bug in INST and MARK chunk writing for AIFF files. Chris@40: Chris@40: Version 1.0.15 (2006-03-16) Chris@40: * Fix some ia64 issues. Chris@40: * Fix precompiled DLL. Chris@40: * Minor bug fixes. Chris@40: Chris@40: Version 1.0.14 (2006-02-19) Chris@40: * Really fix MinGW compile problems. Chris@40: * Minor bug fixes. Chris@40: Chris@40: Version 1.0.13 (2006-01-21) Chris@40: * Fix for MinGW compiler problems. Chris@40: * Allow readin/write of instrument chunks from WAV and AIFF files. Chris@40: * Compile problem fix for Solaris compiler. Chris@40: * Minor cleanups and bug fixes. Chris@40: Chris@40: Version 1.0.12 (2005-09-30) Chris@40: * Add support for FLAC and Apple's Core Audio Format (CAF). Chris@40: * Add virtual I/O interface (still needs docs). Chris@40: * Cygwin and other Win32 fixes. Chris@40: * Minor bug fixes and cleanups. Chris@40: Chris@40: Version 1.0.11 (2004-11-15) Chris@40: * Add support for SD2 files. Chris@40: * Add read support for loop info in WAV and AIFF files. Chris@40: * Add more tests. Chris@40: * Improve type safety. Chris@40: * Minor optimisations and bug fixes. Chris@40: Chris@40: Version 1.0.10 (2004-06-15) Chris@40: * Fix AIFF read/write mode bugs. Chris@40: * Add support for compiling Win32 DLLS using MinGW. Chris@40: * Fix problems resulting in failed compiles with gcc-2.95. Chris@40: * Improve test suite. Chris@40: * Minor bug fixes. Chris@40: Chris@40: Version 1.0.9 (2004-03-30) Chris@40: * Add handling of AVR (Audio Visual Research) files. Chris@40: * Improve handling of WAVEFORMATEXTENSIBLE WAV files. Chris@40: * Fix for using pipes on Win32. Chris@40: Chris@40: Version 1.0.8 (2004-03-14) Chris@40: * Correct peak chunk handing for files with > 16 tracks. Chris@40: * Fix for WAV files with huge number of CUE chunks. Chris@40: Chris@40: Version 1.0.7 (2004-02-25) Chris@40: * Fix clip mode detection on ia64, MIPS and other CPUs. Chris@40: * Fix two MacOSX build problems. Chris@40: Chris@40: Version 1.0.6 (2004-02-08) Chris@40: * Added support for native Win32 file access API (Ross Bencina). Chris@40: * New mode to add clippling then a converting from float/double to integer Chris@40: would otherwise wrap around. Chris@40: * Fixed a bug in reading/writing files > 2Gig on Linux, Solaris and others. Chris@40: * Many minor bug fixes. Chris@40: * Other random fixes for Win32. Chris@40: Chris@40: Version 1.0.5 (2003-05-03) Chris@40: * Added support for HTK files. Chris@40: * Added new function sf_open_fd() to allow for secure opening of temporary Chris@40: files as well as reading/writing sound files embedded within larger Chris@40: container files. Chris@40: * Added string support for AIFF files. Chris@40: * Minor bug fixes and code cleanups. Chris@40: Chris@40: Version 1.0.4 (2003-02-02) Chris@40: * Added suport of PVF and XI files. Chris@40: * Added functionality for setting and retreiving strings from sound files. Chris@40: * Minor code cleanups and bug fixes. Chris@40: Chris@40: Version 1.0.3 (2002-12-09) Chris@40: * Minor bug fixes. Chris@40: Chris@40: Version 1.0.2 (2002-11-24) Chris@40: * Added support for VOX ADPCM. Chris@40: * Improved error reporting. Chris@40: * Added version scripting on Linux and Solaris. Chris@40: * Minor bug fixes. Chris@40: Chris@40: Version 1.0.1 (2002-09-14) Chris@40: * Added MAT and MAT5 file formats. Chris@40: * Minor bug fixes. Chris@40: Chris@40: Version 1.0.0 (2002-08-16) Chris@40: * Final release for 1.0.0. Chris@40: Chris@40: Version 1.0.0rc6 (2002-08-14) Chris@40: * Release candidate 6 for the 1.0.0 series. Chris@40: * MacOS9 fixes. Chris@40: Chris@40: Version 1.0.0rc5 (2002-08-10) Chris@40: * Release candidate 5 for the 1.0.0 series. Chris@40: * Changed the definition of sf_count_t which was causing problems when Chris@40: libsndfile was compiled with other libraries (ie WxWindows). Chris@40: * Minor bug fixes. Chris@40: * Documentation cleanup. Chris@40: Chris@40: Version 1.0.0rc4 (2002-08-03) Chris@40: * Release candidate 4 for the 1.0.0 series. Chris@40: * Minor bug fixes. Chris@40: * Fix broken Win32 "make check". Chris@40: Chris@40: Version 1.0.0rc3 (2002-08-02) Chris@40: * Release candidate 3 for the 1.0.0 series. Chris@40: * Fix bug where libsndfile was reading beyond the end of the data chunk. Chris@40: * Added on-the-fly header updates on write. Chris@40: * Fix a couple of documentation issues. Chris@40: Chris@40: Version 1.0.0rc2 (2002-06-24) Chris@40: * Release candidate 2 for the 1.0.0 series. Chris@40: * Fix compile problem for Win32. Chris@40: Chris@40: Version 1.0.0rc1 (2002-06-24) Chris@40: * Release candidate 1 for the 1.0.0 series. Chris@40: Chris@40: Version 0.0.28 (2002-04-27) Chris@40: * Last offical release of 0.0.X series of the library. Chris@40: Chris@40: Version 0.0.8 (1999-02-16) Chris@40: * First offical release.