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