Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.xiph.org/trunk/ogg@16165 0101bb08-14d6-0310-b084-bc0e0c8e3800
  • Loading branch information
Monty committed Jun 23, 2009
1 parent 91c415c commit 704a3f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.1.4 (2009 June 24)

* New async error reporting mechanism. Calls made after a fatal error are
now safely handled in the event an error code is ignored
* Added allocation checks useful to some embedded applications
* fix possible read past end of buffer when reading 0 bits
* Updates to API documentation
* Build fixes

Version 1.1.3 (2005 November 27)

* Correct a bug in the granulepos field of pages where no packet ends
Expand Down
8 changes: 4 additions & 4 deletions macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Ogg</string>
<key>CFBundleGetInfoString</key>
<string>Ogg framework 1.1.4svn, Copyright © 1994-2006 Xiph.Org Foundation</string>
<string>Ogg framework 1.1.4, Copyright © 1994-2009 Xiph.Org Foundation</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
Expand All @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.4svn</string>
<string>1.1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.4d1</string>
<string>1.1.4</string>
<key>NSHumanReadableCopyright</key>
<string>Ogg framework 1.1.4svn, Copyright © 1994-2006 Xiph.Org Foundation</string>
<string>Ogg framework 1.1.4, Copyright © 1994-2009 Xiph.Org Foundation</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
Expand Down

0 comments on commit 704a3f2

Please sign in to comment.