/hg/release/icedtea6-1.9: Bump to 1.9.4pre and cleanup NEWS file.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Dec 16 11:29:24 PST 2010
changeset d067a60b3cc7 in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=d067a60b3cc7
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 16 19:29:13 2010 +0000
Bump to 1.9.4pre and cleanup NEWS file.
2010-12-16 Andrew John Hughes <ahughes at redhat.com>
* configure.ac: Bump to 1.9.4pre.
* NEWS: Cleanup.
diffstat:
3 files changed, 14 insertions(+), 10 deletions(-)
ChangeLog | 5 +++++
NEWS | 17 ++++++++---------
configure.ac | 2 +-
diffs (57 lines):
diff -r 0bb4d0b4ecda -r d067a60b3cc7 ChangeLog
--- 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-13 Denis Lila <dlila at redhat.com
+2010-12-16 Andrew John Hughes <ahughes at redhat.com>
+
+ * configure.ac: Bump to 1.9.4pre.
+ * NEWS: Cleanup.
+
2010-12-13 Denis Lila <dlila at redhat.com>
Backport S6795356.
diff -r 0bb4d0b4ecda -r d067a60b3cc7 NEWS
--- a/NEWS Mon Dec 13 18:13:26 2010 -0500
+++ b/NEWS Thu Dec 16 19:29:13 2010 +0000
@@ -8,24 +8,23 @@ GX - http://bugs.gentoo.org/show_bug.cg
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
diff -r 0bb4d0b4ecda -r d067a60b3cc7 configure.ac
--- 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-d
-AC_INIT([icedtea6],[1.9.3],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.9.4pre],[distro-pkg-dev at openjdk.java.net])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile])
More information about the distro-pkg-dev
mailing list