[xiph-commits] r16598 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Thu Oct 1 11:00:58 PDT 2009


Author: giles
Date: 2009-10-01 11:00:57 -0700 (Thu, 01 Oct 2009)
New Revision: 16598

Modified:
   trunk/theora/CHANGES
   trunk/theora/configure.ac
Log:
Update versions and changelog for the 1.1.1 release.


Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2009-10-01 02:54:22 UTC (rev 16597)
+++ trunk/theora/CHANGES	2009-10-01 18:00:57 UTC (rev 16598)
@@ -1,6 +1,10 @@
-libtheora 1.1.1 (unreleased snapshot)
+libtheora 1.1.1 (2009 October 1)
 
- - No changes have been recorded
+ - Fix problems with MSVC inline assembly
+ - Add the missing encoder_disabled.c to the distribution
+ - build updates: autogen.sh should work better after switching systems
+   and the MSVC project now defaults to the dynamic runtime library
+ - Namespace some variables to avoid conflicts on wince.
 
 libtheora 1.1.0 (2009 September 24)
 

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2009-10-01 02:54:22 UTC (rev 16597)
+++ trunk/theora/configure.ac	2009-10-01 18:00:57 UTC (rev 16598)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.1.0+svn])
+AC_INIT(libtheora,[1.1.1])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -22,14 +22,14 @@
 dnl - interfaces removed -> AGE = 0
 
 TH_LIB_CURRENT=3
-TH_LIB_REVISION=9
+TH_LIB_REVISION=10
 TH_LIB_AGE=3
 AC_SUBST(TH_LIB_CURRENT)
 AC_SUBST(TH_LIB_REVISION)
 AC_SUBST(TH_LIB_AGE)
 
 THDEC_LIB_CURRENT=2
-THDEC_LIB_REVISION=3
+THDEC_LIB_REVISION=4
 THDEC_LIB_AGE=1
 AC_SUBST(THDEC_LIB_CURRENT)
 AC_SUBST(THDEC_LIB_REVISION)



More information about the commits mailing list