[xiph-commits] r18943 - trunk/ogg
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Mon May 13 18:29:00 PDT 2013
Author: tterribe
Date: 2013-05-13 18:29:00 -0700 (Mon, 13 May 2013)
New Revision: 18943
Modified:
trunk/ogg/CHANGES
trunk/ogg/configure.in
Log:
Bump library versioning and changelog for release.
Patch contributed by Ron Lee.
Modified: trunk/ogg/CHANGES
===================================================================
--- trunk/ogg/CHANGES 2013-05-14 01:27:07 UTC (rev 18942)
+++ trunk/ogg/CHANGES 2013-05-14 01:29:00 UTC (rev 18943)
@@ -1,3 +1,10 @@
+Version 1.3.1 (2013 May 12)
+
+* Guard against very large packets.
+* Respect the configure --docdir override.
+* Documentation fixes.
+* More Windows build fixes.
+
Version 1.3.0 (2011 August 4)
* Add ogg_stream_flush_fill() call
Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in 2013-05-14 01:27:07 UTC (rev 18942)
+++ trunk/ogg/configure.in 2013-05-14 01:29:00 UTC (rev 18943)
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libogg],[1.3.0],[ogg-dev at xiph.org])
+AC_INIT([libogg],[1.3.1],[ogg-dev at xiph.org])
AC_CONFIG_SRCDIR(src/framing.c)
@@ -10,7 +10,7 @@
dnl Library versioning
LIB_CURRENT=8
-LIB_REVISION=0
+LIB_REVISION=1
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
More information about the commits
mailing list