changeset 2098:5022d1680b70

Recategorise TimerQueue fix. 2010-10-13 Andrew John Hughes <ahughes@redhat.com> * NEWS: Recategorise TimerQueue fix (Oracle's mistake). Fix formatting.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 13 Oct 2010 01:28:37 +0100
parents a0fc1afc5d95
children e7546eadcbe4
files ChangeLog NEWS
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 13 00:23:00 2010 +0100
+++ b/ChangeLog	Wed Oct 13 01:28:37 2010 +0100
@@ -1,3 +1,9 @@
+2010-10-13  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS:
+	Recategorise TimerQueue fix (Oracle's mistake).
+	Fix formatting.
+
 2010-10-12  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Wed Oct 13 00:23:00 2010 +0100
+++ b/NEWS	Wed Oct 13 01:28:37 2010 +0100
@@ -22,7 +22,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
@@ -41,6 +40,7 @@
   - S6539464, RH500077: Ensure java.lang.Math functions provide consistent results.
   - 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
 * NetX:
   - Fix browser command in BasicService.showDocument(URL)
   - Run programs that inherit main(String[]) in their main-class
@@ -48,7 +48,7 @@
   - RH601281: Possible NullPointerException in splash screen code
   - New man page for javaws
 * Plugin 
- - RH560193: Fix ziperror when applet jar contained another 0-byte jar
+  - RH560193: Fix zip error when applet jar contained another 0-byte jar
   - PR519: 100% CPU usage when displaying applets in Webkit based browsers
 
 New in release 1.8.1 (2010-07-28):