changeset 2265:f087888f1785

Recategorise TimerQueue fix. 2010-10-13 Andrew John Hughes <ahughes@redhat.com> * NEWS: Recategorise TimerQueue fix (Oracle's mistake).
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 13 Oct 2010 01:29:59 +0100
parents dd9c36d63a95
children 66e3c18bd585
files ChangeLog NEWS
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 13 00:23:28 2010 +0100
+++ b/ChangeLog	Wed Oct 13 01:29:59 2010 +0100
@@ -1,3 +1,8 @@
+2010-10-13  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS:
+	Recategorise TimerQueue fix (Oracle's mistake).
+
 2010-10-12  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Wed Oct 13 00:23:28 2010 +0100
+++ b/NEWS	Wed Oct 13 01:29:59 2010 +0100
@@ -23,7 +23,6 @@
   - S6963489, CVE-2010-3566: OpenJDK ICC Profile remote code execution
   - S6966692, CVE-2010-3569: OpenJDK Serialization inconsistencies
   - S6622002, CVE-2010-3553: UIDefault.ProxyLazyValue has unsafe reflection usage
-  - S6623943: javax.swing.TimerQueue's thread occasionally fails to start
   - S6925672, CVE-2010-3561: Privileged ServerSocket.accept allows receiving connections from any host
   - S6952017, CVE-2010-3549: HttpURLConnection chunked encoding issue (Http request splitting)
   - S6952603, CVE-2010-3551: NetworkInterface reveals local network address to untrusted code
@@ -35,6 +34,7 @@
 * Backports
   - S6638712: Inference with wildcard types causes selection of inapplicable method
   - S6650759: Inference of formal type parameter (unused in formal parameters) is not performed
+  - S6623943: javax.swing.TimerQueue's thread occasionally fails to start
 * Fixes
   - Fix build failure on S390
   - RH633510: OpenJDK should use NUMA even if glibc doesn't provide it