annotate src/libsndfile-1.0.27/doc/NEWS @ 40:1df64224f5ac

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