Build script now builds an oggenc binary with flac support.
[vorbis-lancer-gcc.git] / libogg-1.1.3 / CHANGES
blobcab24c3fa8b4e0c967a1f71c3caa7e858bb4ff74
1 Version 1.1.3 (2005 November 27)
3  * Correct a bug in the granulepos field of pages where no packet ends
4  * New VS2003 and XCode builds, minor fixes to other builds
5  * documentation fixes and cleanup
6  
7 Version 1.1.2 (2004 September 23)
9  * fix a bug with multipage packet assembly after seek
11 Version 1.1.1 (2004 September 12)
13  * various bugfixes
14  * important bugfix for 64-bit platforms
15  * various portability fixes
16  * autotools cleanup from Thomas Vander Stichele
17  * Symbian OS build support from Colin Ward at CSIRO
18  * new multiplexed Ogg stream documentation
20 Version 1.1 (2003 November 17)
22  * big-endian bitpacker routines for Theora
23  * various portability fixes
24  * improved API documenation
25  * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO
26  * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
28 Version 1.0 (2002 July 19)
30  * First stable release
31  * little-endian bitpacker routines for Vorbis
32  * basic Ogg bitstream sync and coding support