[xiph-commits] r9788 - in trunk/theora: . include/theora

giles at svn.xiph.org giles at svn.xiph.org
Sat Aug 20 11:40:28 PDT 2005


Author: giles
Date: 2005-08-20 11:40:27 -0700 (Sat, 20 Aug 2005)
New Revision: 9788

Modified:
   trunk/theora/README
   trunk/theora/configure.ac
   trunk/theora/include/theora/theora.h
   trunk/theora/libtheora.spec.in
Log:
Update various version numbers, the README, and fix a doc typo.


Modified: trunk/theora/README
===================================================================
--- trunk/theora/README	2005-08-20 18:28:13 UTC (rev 9787)
+++ trunk/theora/README	2005-08-20 18:40:27 UTC (rev 9788)
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------
-          The Xiph.org Foundation's libtheora 1.0alpha4 release
+          The Xiph.org Foundation's libtheora 1.0alpha5 release
 -------------------------------------------------------------------------
 
 *** What is Theora?
@@ -26,14 +26,13 @@
 
 Traditionally alpha mean proof of concept, not a production-ready 
 release. However the code is very robust, ready for and indeed
-in general use. But WE DO INTEND TO MAKE INCOMPATIBLE API changes 
-before stable beta release however, particularly on the encoding side.
+in general use. 
 
 The purpose of this release is to provide an updated testing base for 
 those interested in theora and to dissiminate more widely the changes
 we've made since the last alpha release. These include some helper
-utility functions, a draft format specification and rough api 
-documentation located in the doc directory.
+utility functions, a draft format specification and api documentation 
+located in the doc directory.
 
 -------------------------------------------------------------------------
 Getting started with the code

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2005-08-20 18:28:13 UTC (rev 9787)
+++ trunk/theora/configure.ac	2005-08-20 18:40:27 UTC (rev 9788)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0alpha4])
+AC_INIT(libtheora,[1.0alpha5])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET

Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h	2005-08-20 18:28:13 UTC (rev 9787)
+++ trunk/theora/include/theora/theora.h	2005-08-20 18:40:27 UTC (rev 9788)
@@ -409,7 +409,7 @@
  * \param ti A previously initialized theora_info struct
  * \returns The bit shift dividing the two granulepos fields
  *
- * This function was added inthe 1.0alpha5 release.
+ * This function was added in the 1.0alpha5 release.
  */
 int theora_granule_shift(theora_info *ti);
 

Modified: trunk/theora/libtheora.spec.in
===================================================================
--- trunk/theora/libtheora.spec.in	2005-08-20 18:28:13 UTC (rev 9787)
+++ trunk/theora/libtheora.spec.in	2005-08-20 18:40:27 UTC (rev 9788)
@@ -1,6 +1,6 @@
 Name:		libtheora
 Version:	@VERSION@
-Release:	0.xiph.0.4.alpha4
+Release:	0.xiph.0.4.alpha5
 Summary:	The Theora Video Compression Codec.
 
 Group:		System Environment/Libraries
@@ -76,3 +76,5 @@
 %changelog
 * Thu Jun 10 2004 Thomas Vander Stichele <thomas at apestaart dot org>
 - transported fedora.us spec file
+* Sat Aug 20 2005 Ralph Giles <giles at xiph.org>
+- updated version for 1.0alpha5 release



More information about the commits mailing list