[xiph-commits] r18050 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Thu Aug 4 10:41:16 PDT 2011


Author: giles
Date: 2011-08-04 10:41:16 -0700 (Thu, 04 Aug 2011)
New Revision: 18050

Modified:
   trunk/ogg/CHANGES
   trunk/ogg/configure.in
Log:
Bump library versioning and changelog for release.


Modified: trunk/ogg/CHANGES
===================================================================
--- trunk/ogg/CHANGES	2011-08-04 17:39:30 UTC (rev 18049)
+++ trunk/ogg/CHANGES	2011-08-04 17:41:16 UTC (rev 18050)
@@ -1,3 +1,10 @@
+Version 1.3.0 (2011 August 4)
+
+* Add ogg_stream_flush_fill() call
+  This produces longer packets on flush, similar to
+  what ogg_stream_pageout_fill() does for single pages.
+* Windows build fixes
+
 Version 1.2.2 (2010 December 07)
 
 * Build fix (types correction) for Mac OS X

Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in	2011-08-04 17:39:30 UTC (rev 18049)
+++ trunk/ogg/configure.in	2011-08-04 17:41:16 UTC (rev 18050)
@@ -2,14 +2,14 @@
 
 AC_INIT(src/framing.c)
 
-AM_INIT_AUTOMAKE(libogg,1.2.2)
+AM_INIT_AUTOMAKE(libogg,1.3.0)
 AM_MAINTAINER_MODE
 
 dnl Library versioning
 
-LIB_CURRENT=7
-LIB_REVISION=1
-LIB_AGE=7
+LIB_CURRENT=8
+LIB_REVISION=0
+LIB_AGE=8
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)
 AC_SUBST(LIB_AGE)



More information about the commits mailing list