changeset 2510:de4d9db187fa

Update NEWS and bump to 2.1 2012-02-15 Andrew John Hughes <ahughes@redhat.com> * NEWS: Set release date for 2.1 and list security fixes. * configure.ac: Bump to 2.1 proper.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 15 Feb 2012 10:50:32 +0000
parents 8f3e2a0c0ec5
children f1eba3bfe520
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 15 10:49:47 2012 +0000
+++ b/ChangeLog	Wed Feb 15 10:50:32 2012 +0000
@@ -1,3 +1,9 @@
+2012-02-15  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Set release date for 2.1 and
+	list security fixes.
+	* configure.ac: Bump to 2.1 proper.
+
 2012-02-15  Andrew John Hughes  <ahughes@redhat.com>
 
 	Move to 2.1 release branch.
--- a/NEWS	Wed Feb 15 10:49:47 2012 +0000
+++ b/NEWS	Wed Feb 15 10:50:32 2012 +0000
@@ -12,6 +12,16 @@
 
 New in release 2.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
   - S4909150: WindowsTreeUI can cause NullPointerException occasionally
   - S4965777: GC changes to support use of discovered field for pending references
--- a/configure.ac	Wed Feb 15 10:49:47 2012 +0000
+++ b/configure.ac	Wed Feb 15 10:50:32 2012 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.1pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.1], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])