[xiph-commits] r13964 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Fri Oct 12 14:21:49 PDT 2007


Author: giles
Date: 2007-10-12 14:21:49 -0700 (Fri, 12 Oct 2007)
New Revision: 13964

Modified:
   trunk/theora/CHANGES
   trunk/theora/configure.ac
Log:
Update versioning and change log for the 1.0beta2 release.


Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2007-10-12 21:15:14 UTC (rev 13963)
+++ trunk/theora/CHANGES	2007-10-12 21:21:49 UTC (rev 13964)
@@ -1,3 +1,11 @@
+libtheora 1.0beta2 (2007 October 12)
+
+ - Fix a crash bug on char-is-unsigned architectures (PowerPC)
+ - Fix a buffer sizing issue that caused rare encoder crashes
+ - Fix a buffer alignment issue
+ - Build fixes for MingW32, MSVC
+ - Improved format documentation.
+
 libtheora 1.0beta1 (2007 September 22)
 
  - Granulepos scheme modified to match other codecs. This bumps

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2007-10-12 21:15:14 UTC (rev 13963)
+++ trunk/theora/configure.ac	2007-10-12 21:21:49 UTC (rev 13964)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0beta1])
+AC_INIT(libtheora,[1.0beta2])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -22,7 +22,7 @@
 dnl - interfaces removed -> AGE = 0
 
 TH_LIB_CURRENT=3
-TH_LIB_REVISION=1
+TH_LIB_REVISION=2
 TH_LIB_AGE=3
 AC_SUBST(TH_LIB_CURRENT)
 AC_SUBST(TH_LIB_REVISION)



More information about the commits mailing list