[xiph-commits] r16165 - in trunk/ogg: . macosx

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Jun 23 08:52:32 PDT 2009


Author: xiphmont
Date: 2009-06-23 08:52:31 -0700 (Tue, 23 Jun 2009)
New Revision: 16165

Modified:
   trunk/ogg/CHANGES
   trunk/ogg/macosx/Info.plist
Log:
update CHANGES


Modified: trunk/ogg/CHANGES
===================================================================
--- trunk/ogg/CHANGES	2009-06-23 15:38:28 UTC (rev 16164)
+++ trunk/ogg/CHANGES	2009-06-23 15:52:31 UTC (rev 16165)
@@ -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

Modified: trunk/ogg/macosx/Info.plist
===================================================================
--- trunk/ogg/macosx/Info.plist	2009-06-23 15:38:28 UTC (rev 16164)
+++ trunk/ogg/macosx/Info.plist	2009-06-23 15:52:31 UTC (rev 16165)
@@ -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>



More information about the commits mailing list