Update CHANGES, configure.in and .pc files toward release

svn path=/trunk/ogg/; revision=17588
This commit is contained in:
Monty 2010-11-01 20:14:38 +00:00
parent 4420e1022e
commit e036dd0f36
2 changed files with 16 additions and 1 deletions

15
CHANGES
View File

@ -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

View File

@ -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