changeset 2302:d067a60b3cc7

Bump to 1.9.4pre and cleanup NEWS file. 2010-12-16 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Bump to 1.9.4pre. * NEWS: Cleanup.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 16 Dec 2010 19:29:13 +0000
parents 0bb4d0b4ecda
children 5af2053661b9
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 13 18:13:26 2010 -0500
+++ b/ChangeLog	Thu Dec 16 19:29:13 2010 +0000
@@ -1,3 +1,8 @@
+2010-12-16  Andrew John Hughes  <ahughes@redhat.com>
+
+	* configure.ac: Bump to 1.9.4pre.
+	* NEWS: Cleanup.
+
 2010-12-13  Denis Lila <dlila@redhat.com>
 
 	Backport S6795356.
--- a/NEWS	Mon Dec 13 18:13:26 2010 -0500
+++ b/NEWS	Thu Dec 16 19:29:13 2010 +0000
@@ -8,24 +8,23 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.9.X (201X-XX-XX):
+New in release 1.9.4 (2011-XX-XX):
+
 * Backports
   - 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
-* Fixes:
-  - S7004655, PR590: Unable to activate (click) checkboxes in jtable
+  - 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.
+  - S6438179, RH569121: XToolkit.isTraySupported() result has nothing to do with the system tray
 
 New in release 1.9.3 (2010-12-01):
 
 * Re-enable compressed oops by default now 7002666 is fixed.
 * Backports
   - S7002666: Eclipse CDT projects crash with compressed oops
-  - 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.
-  - S6438179, RH569121: XToolkit.isTraySupported() result has nothing to do with the system tray
 * Fixes
   - Reapply ia64 fix from 6896043 which was reverted by 6953477
 
--- a/configure.ac	Mon Dec 13 18:13:26 2010 -0500
+++ b/configure.ac	Thu Dec 16 19:29:13 2010 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.9.3],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.9.4pre],[distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])