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