changeset in /hg/icedtea: Prepare for 1.9 release.

Andrew John Hughes ahughes at redhat.com
Fri Mar 20 02:02:23 PDT 2009


changeset db666234267c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=db666234267c
description:
	Prepare for 1.9 release.

	2009-03-20  Andrew John Hughes  <ahughes at redhat.com>

		* NEWS: Add release date for 1.9.
		* configure.ac: Bump to 1.9 proper.

diffstat:

3 files changed, 9 insertions(+), 8 deletions(-)
ChangeLog    |    5 +++++
NEWS         |   10 +++-------
configure.ac |    2 +-

diffs (52 lines):

diff -r 9adee4a3a8d1 -r db666234267c ChangeLog
--- a/ChangeLog	Thu Mar 19 19:36:15 2009 +0000
+++ b/ChangeLog	Fri Mar 20 08:57:19 2009 +0000
@@ -1,3 +1,8 @@ 2009-03-19  Andrew John Hughes  <ahughes
+2009-03-20  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Add release date for 1.9.
+	* configure.ac: Bump to 1.9 proper.
+
 2009-03-19  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/icedtea-cacao-ignore-jdi-tests.patch:
diff -r 9adee4a3a8d1 -r db666234267c NEWS
--- a/NEWS	Thu Mar 19 19:36:15 2009 +0000
+++ b/NEWS	Fri Mar 20 08:57:19 2009 +0000
@@ -1,4 +1,4 @@ New in release 1.9 (XXXX-XX-XX)
-New in release 1.9 (XXXX-XX-XX)
+New in release 1.9 (2009-03-20)
 
 - Security fixes for:
   CVE-2008-5360 - Temporary files have guessable file names.
@@ -12,11 +12,7 @@ New in release 1.9 (XXXX-XX-XX)
   CVE-2008-5357 - Truetype Font processing vulnerability.
   CVE-2008-5352 - Jar200 Decompression buffer overflow.
   CVE-2008-5358 - Buffer Overflow in GIF image processing.
-- Updated to OpenJDK b14 build.
-- Upgraded to new OpenJDK7 Hotspot 14. The old OpenJDK6 Hotspot 11 can
-  still be configured --with-hotspot-build=original but future versions
-  will drop support for the old version and only support HS14. Zero
-  and Shark have been forward ported to HS14 (from HS12).
+- Updated to OpenJDK7 b50 build.
 - XRender pipeline support: Java2D are noticably faster and running over a 
   remote X connection feels like it is all local. Build by default
   (disable with --disable-xrender). Runtime enabled by running java
@@ -24,7 +20,7 @@ New in release 1.9 (XXXX-XX-XX)
 - IcedTeaPlugin now supports HTTPS sites and adds a user prompt for
   untrusted https certificates.
 - Use the ALSA 'default' device. Makes Java play nicer with PulseAudio.
-- VisualVM integration has been removed.
+- VisualVM integration updated to 1.1.1
 - Gervill soft synthesizer integration updated to latest CVS version.
 - Integrated jtreg upgraded to 4_0-src-b02-15_oct_2008.
 - make check runs much faster now. jtreg -samevm support has been
diff -r 9adee4a3a8d1 -r db666234267c configure.ac
--- a/configure.ac	Thu Mar 19 19:36:15 2009 +0000
+++ b/configure.ac	Fri Mar 20 08:57:19 2009 +0000
@@ -1,4 +1,4 @@ AC_INIT([icedtea], [1.9-pre], [distro-pk
-AC_INIT([icedtea], [1.9-pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [1.9], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.10 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST



More information about the distro-pkg-dev mailing list