summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2013-05-14 01:29:00 +0000
committerTim Terriberry <tterribe@xiph.org>2013-05-14 01:29:00 +0000
commit6fefaa7f454b5ae5d1f68c2847e079053d9a680d (patch)
tree0c7e0832da78cfdb100d2bf5393a0de9f7d349d7
parent05902800365ab437f453f4217879aba4bae1bbb9 (diff)
downloadogg-6fefaa7f454b5ae5d1f68c2847e079053d9a680d.tar.gz
Bump library versioning and changelog for release.
Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18943 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--CHANGES7
-rw-r--r--configure.in4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 428d0cb..15786aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
diff --git a/configure.in b/configure.in
index 9cb2233..202f7c4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libogg],[1.3.0],[ogg-dev@xiph.org])
+AC_INIT([libogg],[1.3.1],[ogg-dev@xiph.org])
AC_CONFIG_SRCDIR(src/framing.c)
@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE([enable])
dnl Library versioning
LIB_CURRENT=8
-LIB_REVISION=0
+LIB_REVISION=1
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)