changeset 2019:af20d64bc8b9

Fix issue placement in NEWS file. 2010-12-16 Andrew John Hughes <ahughes@redhat.com> * NEWS: Fix issue placement.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 16 Dec 2010 19:41:01 +0000
parents 73b9ce7485d3
children c39dead41c57 6f7d633c355a
files ChangeLog NEWS
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 13 18:05:36 2010 -0500
+++ b/ChangeLog	Thu Dec 16 19:41:01 2010 +0000
@@ -1,3 +1,7 @@
+2010-12-16  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Fix issue placement.
+
 2010-12-13  Denis Lila <dlila@redhat.com>
 
 	Backport S6795356.
--- a/NEWS	Mon Dec 13 18:05:36 2010 -0500
+++ b/NEWS	Thu Dec 16 19:41:01 2010 +0000
@@ -13,9 +13,13 @@
   - S6438179, RH569121: XToolkit.isTraySupported() result has nothing to do with the system tray
   - S4356282: RFE: JDK should support OpenType/CFF fonts
   - S6954424, RH525870: Support OpenType/CFF fonts in JDK 7
-  - S6795356: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc
+  - S6795356, PR590: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc
+  - S6967436, RH597227: lines longer than 2^15 can fill window.
+  - S6967433: dashed lines broken when using scaling transforms.
+  - S6976265: No STROKE_CONTROL
+  - S6967434, PR450, RH530642: Round joins/caps of scaled up lines have poor quality.
 * Fixes:
-  - S7004655, PR590: Unable to activate (click) checkboxes in jtable
+  - S7003777, RH647674: JTextPane produces incorrect content after parsing the html text
 
 New in release 1.7.6 (2010-11-24):
 
@@ -25,10 +29,6 @@
 * Backports
   - S6853592: VM test nsk.regression.b4261880  fails with "X Error of failed request:  BadWindow"
     inconsistently.
-  - S6967436, RH597227: lines longer than 2^15 can fill window.
-  - S6967433: dashed lines broken when using scaling transforms.
-  - S6976265: No STROKE_CONTROL
-  - S6967434, PR450, RH530642: Round joins/caps of scaled up lines have poor quality.
 * NetX
   - Do not prompt user multiple times for the same certificate.
   - PR592: NetX can create invalid desktop entry files
@@ -60,7 +60,6 @@
   - G266295: Provide font configuration for Gentoo.
   - Provide font configuration for RHEL 6.
   - RH633510: OpenJDK should use NUMA even if glibc doesn't provide it
-  - S7003777, RH647674: JTextPane produces incorrect content after parsing the html text
   - RH661554: divide by zero at sun.java2d.pisces.Stroker.lineLength(Stroker.java:685)
 * Backports
   - S6539464, RH500077: Ensure java.lang.Math functions provide consistent results.