summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2011-08-04 17:41:16 +0000
committerRalph Giles <giles@xiph.org>2011-08-04 17:41:16 +0000
commit245cec3054bb87331b53ea5e339bdd3386e270d6 (patch)
tree382fdb682d78ca78a7a94ef1a8dac6951b1534ea
parent7b467b5e9b49fe90933650fe35bbc27d2293e801 (diff)
downloadogg-245cec3054bb87331b53ea5e339bdd3386e270d6.tar.gz
Bump library versioning and changelog for release.
git-svn-id: http://svn.xiph.org/trunk/ogg@18050 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--CHANGES7
-rw-r--r--configure.in8
2 files changed, 11 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index d479b91..411e7f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Version 1.3.0 (2011 August 4)
+
+* Add ogg_stream_flush_fill() call
+ This produces longer packets on flush, similar to
+ what ogg_stream_pageout_fill() does for single pages.
+* Windows build fixes
+
Version 1.2.2 (2010 December 07)
* Build fix (types correction) for Mac OS X
diff --git a/configure.in b/configure.in
index 7f6fe81..7141645 100644
--- a/configure.in
+++ b/configure.in
@@ -2,14 +2,14 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/framing.c)
-AM_INIT_AUTOMAKE(libogg,1.2.2)
+AM_INIT_AUTOMAKE(libogg,1.3.0)
AM_MAINTAINER_MODE
dnl Library versioning
-LIB_CURRENT=7
-LIB_REVISION=1
-LIB_AGE=7
+LIB_CURRENT=8
+LIB_REVISION=0
+LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE)