[xiph-commits] r16561 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Thu Sep 24 12:18:41 PDT 2009


Author: giles
Date: 2009-09-24 12:18:41 -0700 (Thu, 24 Sep 2009)
New Revision: 16561

Modified:
   trunk/theora/CHANGES
   trunk/theora/configure.ac
Log:
Bump the version number and change log for the 1.1.0 release.

Note that we're switching to a three-part version number here, like the 
other xiph code projects use. This has some implications for pkg-config. 
There was a problem with the 1.0 release because pkg-config sorted '1.0' 
later than '1.0beta3'. To work around this, the pkg-config files for the
1.0 release give the version at '1.0final'. Anything with 1.1 version 
sorts after 1.0, but 1.1.x doesn't sort after the 1.1beta versions we've 
already released. The 1.1 beta period was much shorter than for 1.0, so 
I've switched schemes for this release. Requesting 'theoradec >= 
1.0final' or 'theoradec >= 1.1.0' will work, but not, for 
example, 'theoradec >= 1.1beta2'.


Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2009-09-24 18:26:22 UTC (rev 16560)
+++ trunk/theora/CHANGES	2009-09-24 19:18:41 UTC (rev 16561)
@@ -1,6 +1,9 @@
-libtheora 1.1beta4 (unreleased)
+libtheora 1.1.0 (2009 September 24)
 
- - no changes recorded
+ - Fix various small issues with the example and telemetry code.
+ - Fix handing a zero-byte packet as the first frame.
+ - Documentation cleanup.
+ - Two minor build fixes.
 
 libtheora 1.1beta3 (2009 August 22)
 

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2009-09-24 18:26:22 UTC (rev 16560)
+++ trunk/theora/configure.ac	2009-09-24 19:18:41 UTC (rev 16561)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.1beta4svn])
+AC_INIT(libtheora,[1.1.0])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET



More information about the commits mailing list