changeset 2624:898867dc123e

Add release notes for 2.1.7, 2.2.7 & 2.3.8. 2013-03-12 Andrew John Hughes <gnu_andrew@member.fsf.org> * NEWS: Add release notes for 2.3.8, 2.1.7 & 2.2.7.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 12 Mar 2013 20:04:59 +0000
parents e9f69abe7bba
children 9b9b5df83038
files ChangeLog NEWS
diffstat 2 files changed, 51 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 12 20:03:18 2013 +0000
+++ b/ChangeLog	Tue Mar 12 20:04:59 2013 +0000
@@ -1,3 +1,8 @@
+2013-03-12  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* NEWS: Add release notes for 2.3.8, 2.1.7 &
+	2.2.7.
+
 2013-03-11  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR1340: Simplify the rewriter, avoiding concurrency.
--- a/NEWS	Tue Mar 12 20:03:18 2013 +0000
+++ b/NEWS	Tue Mar 12 20:04:59 2013 +0000
@@ -679,6 +679,52 @@
   - Set UNLIMITED_CRYPTO=true to ensure we use the unlimited policy.
   - Set handleStartupErrors to ignoreMultipleInitialisation in nss.cfg to fix PR473
 
+New in release 2.3.8 (2013-03-11):
+
+* Security fixes
+  - S8007014, CVE-2013-0809: Improve image handling
+  - S8007675, CVE-2013-1493: Improve color conversion
+* Backports
+  - S8002344: Krb5LoginModule config class does not return proper KDC list from DNS
+  - S8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
+  - S8006179: JSR292 MethodHandles lookup with interface using findVirtual()
+  - S8006882: Proxy generated classes in sun.proxy package breaks JMockit
+* Bug fixes
+  - PR1303: Correct #ifdef to #if
+  - PR1340: Simplify the rhino class rewriter to avoid use of concurrency
+  - Revert 7017193 and add the missing free call, until a better fix is ready.
+
+New in release 2.2.7 (2013-03-11):
+
+* Security fixes
+  - S8007014, CVE-2013-0809: Improve image handling
+  - S8007675, CVE-2013-1493: Improve color conversion
+* Backports
+  - S8002344: Krb5LoginModule config class does not return proper KDC list from DNS
+  - S8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
+  - S8006179: JSR292 MethodHandles lookup with interface using findVirtual()
+  - S8006882: Proxy generated classes in sun.proxy package breaks JMockit
+* Bug fixes
+  - PR1303: Correct #ifdef to #if
+  - PR1340: Simplify the rhino class rewriter to avoid use of concurrency
+  - Revert 7017193 and add the missing free call, until a better fix is ready.
+
+New in release 2.1.7 (2013-03-11):
+
+* Security fixes
+  - S8007014, CVE-2013-0809: Improve image handling
+  - S8007675, CVE-2013-1493: Improve color conversion
+* Backports
+  - S8002344: Krb5LoginModule config class does not return proper KDC list from DNS
+  - S8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
+  - S8006179: JSR292 MethodHandles lookup with interface using findVirtual()
+  - S8006882: Proxy generated classes in sun.proxy package breaks JMockit
+* Bug fixes
+  - PR1303: Correct #ifdef to #if
+  - Stop libraries being stripped in the OpenJDK build.
+  - PR1340: Simplify the rhino class rewriter to avoid use of concurrency
+  - Revert 7017193 and add the missing free call, until a better fix is ready.
+
 New in release 2.3.7 (2013-02-20):
 
 * Security fixes