[xiph-commits] r16500 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 22 10:53:42 PDT 2009


Author: giles
Date: 2009-08-22 10:53:42 -0700 (Sat, 22 Aug 2009)
New Revision: 16500

Modified:
   trunk/theora/CHANGES
   trunk/theora/configure.ac
Log:
Update version and change log for 1.1beta3.


Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2009-08-22 17:53:26 UTC (rev 16499)
+++ trunk/theora/CHANGES	2009-08-22 17:53:42 UTC (rev 16500)
@@ -1,6 +1,8 @@
-libtheora 1.1.0 (unreleased)
+libtheora 1.1beta3 (2009 August 22)
 
- - no changes recorded.
+ - Rate control fixes to smooth quality
+ - MSVC build now exports all of the 1.0 api
+ - Assorted small bug fixes
 
 libtheora 1.1beta2 (2009 August 12)
 

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2009-08-22 17:53:26 UTC (rev 16499)
+++ trunk/theora/configure.ac	2009-08-22 17:53:42 UTC (rev 16500)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.1.0svn])
+AC_INIT(libtheora,[1.1beta3])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET



More information about the commits mailing list