From 6fefaa7f454b5ae5d1f68c2847e079053d9a680d Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Tue, 14 May 2013 01:29:00 +0000 Subject: 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 --- CHANGES | 7 +++++++ configure.in | 4 ++-- 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) -- cgit v1.2.1