summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2009-06-23 15:52:31 +0000
committerMonty <xiphmont@xiph.org>2009-06-23 15:52:31 +0000
commit704a3f2d5525e7e30051e7a97140c2437c36422c (patch)
tree378715dc78de129d013cdd7563ba2819935d0593
parent91c415c5b916438a6f79137e9a07a93bd4802c95 (diff)
downloadogg-704a3f2d5525e7e30051e7a97140c2437c36422c.tar.gz
update CHANGES
git-svn-id: http://svn.xiph.org/trunk/ogg@16165 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--CHANGES9
-rw-r--r--macosx/Info.plist8
2 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index cab24c3..35de4b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
diff --git a/macosx/Info.plist b/macosx/Info.plist
index 46d713c..d075456 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -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>
@@ -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>