summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2010-11-01 20:14:38 +0000
committerMonty <xiphmont@xiph.org>2010-11-01 20:14:38 +0000
commitaa11c6b4a7796870634b4c60a87745679eed733c (patch)
tree82ed16ca2df6dc7214cfc2758b462bab1d4ea665
parent1fd22550254a9589037fc9be3089e5d08006fa0f (diff)
downloadogg-aa11c6b4a7796870634b4c60a87745679eed733c.tar.gz
Update CHANGES, configure.in and .pc files toward release
git-svn-id: http://svn.xiph.org/trunk/ogg@17588 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--CHANGES15
-rw-r--r--configure.in2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 40c60b6..9e16dd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+Version 1.2.1 (2010 November 01)
+
+* Various build updates (see SVN)
+* Add ogg_stream_pageout_fill() to API to allow applications
+ greater explicit flexibility in page sizing.
+* Documentation updates including multiplexing description,
+ terminology and API (incl. ogg_packet_clear(),
+ ogg_stream_pageout_fill())
+* Correct possible buffer overwrite in stream encoding on 32 bit
+ when a single packet exceed 250MB.
+* Correct read-buffer overrun [without side effects] under
+ similar circumstances.
+* Update unit testing to work properly with new page spill
+ heuristic.
+
Version 1.2.0 (2010 March 25)
* Alter default flushing behavior to span less often and use larger page
diff --git a/configure.in b/configure.in
index 3f67528..c0ddc18 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/framing.c)
-AM_INIT_AUTOMAKE(libogg,1.2.1pre)
+AM_INIT_AUTOMAKE(libogg,1.2.1)
AM_MAINTAINER_MODE
dnl Library versioning