[xiph-commits] r11600 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Tue Jun 20 12:48:33 PDT 2006


Author: giles
Date: 2006-06-20 12:48:31 -0700 (Tue, 20 Jun 2006)
New Revision: 11600

Modified:
   trunk/theora/CHANGES
   trunk/theora/README
   trunk/theora/configure.ac
Log:
Update version and changelog for release.


Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2006-06-20 19:43:44 UTC (rev 11599)
+++ trunk/theora/CHANGES	2006-06-20 19:48:31 UTC (rev 11600)
@@ -1,6 +1,9 @@
-libtheora 1.0alpha7 (unreleased)
+libtheora 1.0alpha7 (2006 June 20)
 
- - no changes yet -
+ - Enable mmx assembly by default
+ - Avoid some relocations that caused problems on SELinux
+ - Other build fixes
+ - time testing mode (-f) for the dump_video example
 
 libtheora 1.0alpha6 (2006 May 30)
 

Modified: trunk/theora/README
===================================================================
--- trunk/theora/README	2006-06-20 19:43:44 UTC (rev 11599)
+++ trunk/theora/README	2006-06-20 19:48:31 UTC (rev 11600)
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------
-          The Xiph.org Foundation's libtheora 1.0alpha5 release
+          The Xiph.org Foundation's libtheora 1.0alpha7 release
 -------------------------------------------------------------------------
 
 *** What is Theora?

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2006-06-20 19:43:44 UTC (rev 11599)
+++ trunk/theora/configure.ac	2006-06-20 19:48:31 UTC (rev 11600)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0alpha7-svn])
+AC_INIT(libtheora,[1.0alpha7])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET



More information about the commits mailing list