summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-11-07 12:38:19 -0800
committerRalph Giles <giles@thaumas.net>2017-11-07 12:38:19 -0800
commit4380566a44b8d5e85ad511c9c17eb04197863ec5 (patch)
tree44b482bc682cd6f58d9263af7ed88c03f400fb15
parentfacdf03524b098058f6ca86dcf8f7a4696171913 (diff)
downloadogg-git-4380566a44b8d5e85ad511c9c17eb04197863ec5.tar.gz
Update version and changelog for 1.3.3 release.v1.3.3
-rw-r--r--CHANGES6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3f2e0fb..6814e31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Version 1.3.3 (2017 November 7)
+
+ * Fix and issue with corrupt continued packet handling.
+ * Update Windows projects and build settings.
+ * Remove Mac OS 9 build support.
+
Version 1.3.2 (2014 May 27)
* Fix an bug in oggpack_writecopy().
diff --git a/configure.ac b/configure.ac
index e146d07..33c88ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libogg],[1.3.2],[ogg-dev@xiph.org])
+AC_INIT([libogg],[1.3.3],[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=2
+LIB_REVISION=3
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)