[xiph-commits] r17588 - trunk/ogg
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Nov 1 13:14:38 PDT 2010
Author: xiphmont
Date: 2010-11-01 13:14:38 -0700 (Mon, 01 Nov 2010)
New Revision: 17588
Modified:
trunk/ogg/CHANGES
trunk/ogg/configure.in
Log:
Update CHANGES, configure.in and .pc files toward release
Modified: trunk/ogg/CHANGES
===================================================================
--- trunk/ogg/CHANGES 2010-11-01 19:51:46 UTC (rev 17587)
+++ trunk/ogg/CHANGES 2010-11-01 20:14:38 UTC (rev 17588)
@@ -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
Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in 2010-11-01 19:51:46 UTC (rev 17587)
+++ trunk/ogg/configure.in 2010-11-01 20:14:38 UTC (rev 17588)
@@ -2,7 +2,7 @@
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
More information about the commits
mailing list