1Version 1.2.0 (2010 March 25) 2 3* Alter default flushing behavior to span less often and use larger page 4 sizes when packet sizes are large. 5* Build fixes for additional compilers 6* Documentation updates 7 8Version 1.1.4 (2009 June 24) 9 10* New async error reporting mechanism. Calls made after a fatal error are 11 now safely handled in the event an error code is ignored 12* Added allocation checks useful to some embedded applications 13* fix possible read past end of buffer when reading 0 bits 14* Updates to API documentation 15* Build fixes 16 17Version 1.1.3 (2005 November 27) 18 19 * Correct a bug in the granulepos field of pages where no packet ends 20 * New VS2003 and XCode builds, minor fixes to other builds 21 * documentation fixes and cleanup 22 23Version 1.1.2 (2004 September 23) 24 25 * fix a bug with multipage packet assembly after seek 26 27Version 1.1.1 (2004 September 12) 28 29 * various bugfixes 30 * important bugfix for 64-bit platforms 31 * various portability fixes 32 * autotools cleanup from Thomas Vander Stichele 33 * Symbian OS build support from Colin Ward at CSIRO 34 * new multiplexed Ogg stream documentation 35 36Version 1.1 (2003 November 17) 37 38 * big-endian bitpacker routines for Theora 39 * various portability fixes 40 * improved API documenation 41 * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO 42 * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij 43 44Version 1.0 (2002 July 19) 45 46 * First stable release 47 * little-endian bitpacker routines for Vorbis 48 * basic Ogg bitstream sync and coding support 49 50