summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-06-03 16:37:11 -0700
committerRalph Giles <giles@thaumas.net>2021-06-03 16:37:11 -0700
commitda4fa06714ce0f84543e4700164ee557dca84551 (patch)
tree7754625dc480832c9f849e2185b2a6d487adb0b2
parent369657ca2eb36131cbd53359b4d365e2b48054de (diff)
downloadogg-git-da4fa06714ce0f84543e4700164ee557dca84551.tar.gz
Update version and CHANGES for 1.3.5 release.
Summarize recent changes, and bump the package version and soname. There have been no interface changes, just bug fixes.
-rw-r--r--CHANGES8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 855b0b1..48f671e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+Version 1.3.5 (2020 June 3)
+
+ * Fix unsigned typedef problem on macOS.
+ * Fix overflow check in ogg_sync_buffer.
+ * Clean up cmake and autotools build files.
+ * Remove Symbian and Apple XCode build files.
+ * Fix documentation cross-reference links.
+
Version 1.3.4 (2019 August 30)
* Faster slice-by-8 CRC32 implementation.
diff --git a/configure.ac b/configure.ac
index ca7b262..b7b255d 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.4],[ogg-dev@xiph.org])
+AC_INIT([libogg],[1.3.5],[ogg-dev@xiph.org])
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE([enable])
dnl Library versioning
LIB_CURRENT=8
-LIB_REVISION=4
+LIB_REVISION=5
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)