summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2014-05-27 16:23:58 +0000
committerRalph Giles <giles@xiph.org>2014-05-27 16:23:58 +0000
commit94bab9ab3324b55582c415ea2bb6a4678da382dd (patch)
tree72762802e6cdc7f4a3b42222561dc6aef00c582b
parentf1f23c86353c48fcb615969371474242d0ff627f (diff)
downloadogg-94bab9ab3324b55582c415ea2bb6a4678da382dd.tar.gz
Update changelog and versioning for release.
git-svn-id: http://svn.xiph.org/trunk/ogg@19148 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--CHANGES4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 15786aa..3f2e0fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Version 1.3.2 (2014 May 27)
+
+ * Fix an bug in oggpack_writecopy().
+
Version 1.3.1 (2013 May 12)
* Guard against very large packets.
diff --git a/configure.in b/configure.in
index 202f7c4..e146d07 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.1],[ogg-dev@xiph.org])
+AC_INIT([libogg],[1.3.2],[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=1
+LIB_REVISION=2
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)