changeset 2499:4441a472e75c icedtea-2.0.1

Prepare for 2.0.1. 2012-02-15 Andrew John Hughes <ahughes@redhat.com> * NEWS: Set release date for 2.0.1 and list security fixes and other updates. * configure.ac: Bump to 2.0.1 proper.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 15 Feb 2012 07:35:22 +0000
parents c15a29fc9a5d
children ca3f7a8c6cf4
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <ahughes@redhat.com>
+
+	* 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  <ahughes@redhat.com>
 
 	* Makefile.am:
--- 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):
 
--- 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])