# HG changeset patch # User Andrew John Hughes # Date 1329291322 0 # Node ID 4441a472e75c5a265d5f3b4749e49fc9ec0483c3 # Parent c15a29fc9a5db1ef23af721d6a4c89207322f093 Prepare for 2.0.1. 2012-02-15 Andrew John Hughes * NEWS: Set release date for 2.0.1 and list security fixes and other updates. * configure.ac: Bump to 2.0.1 proper. diff -r c15a29fc9a5d -r 4441a472e75c ChangeLog --- a/ChangeLog Wed Feb 15 01:33:30 2012 +0000 +++ b/ChangeLog Wed Feb 15 07:35:22 2012 +0000 @@ -1,3 +1,9 @@ +2012-02-15 Andrew John Hughes + + * NEWS: Set release date for 2.0.1 and + list security fixes and other updates. + * configure.ac: Bump to 2.0.1 proper. + 2012-02-15 Andrew John Hughes * Makefile.am: diff -r c15a29fc9a5d -r 4441a472e75c NEWS --- a/NEWS Wed Feb 15 01:33:30 2012 +0000 +++ b/NEWS Wed Feb 15 07:35:22 2012 +0000 @@ -10,7 +10,20 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY -New in release 2.0.1 (20XX-XX-XX): +New in release 2.0.1 (2012-02-14): + +* Security fixes + - S7082299, CVE-2011-3571: Fix in AtomicReferenceArray + - S7088367, CVE-2011-3563: Fix issues in java sound + - S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method + - S7110687, CVE-2012-0503: Issues with TimeZone class + - S7110700, CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass + - S7110704, CVE-2012-0506: Issues with some method in corba + - S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object + - S7118283, CVE-2012-0501: Better input parameter checking in zip file processing + - S7126960, CVE-2011-5035: Add property to limit number of request headers to the HTTP Server +* Bug fixes + - S7103610: _NET_WM_PID and WM_CLIENT_MACHINE are not set New in release 2.0 (2011-10-19): diff -r c15a29fc9a5d -r 4441a472e75c configure.ac --- a/configure.ac Wed Feb 15 01:33:30 2012 +0000 +++ b/configure.ac Wed Feb 15 07:35:22 2012 +0000 @@ -1,4 +1,4 @@ -AC_INIT([icedtea], [2.0.1pre], [distro-pkg-dev@openjdk.java.net]) +AC_INIT([icedtea], [2.0.1], [distro-pkg-dev@openjdk.java.net]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile])