changeset 1766:db666234267c icedtea-1.9

Prepare for 1.9 release. 2009-03-20 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add release date for 1.9. * configure.ac: Bump to 1.9 proper.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 20 Mar 2009 08:57:19 +0000
parents 9adee4a3a8d1
children 9933c527970b
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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-20  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Add release date for 1.9.
+	* configure.ac: Bump to 1.9 proper.
+
 2009-03-19  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/icedtea-cacao-ignore-jdi-tests.patch:
--- 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 (2009-03-20)
 
 - Security fixes for:
   CVE-2008-5360 - Temporary files have guessable file names.
@@ -12,11 +12,7 @@
   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 @@
 - 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
--- 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-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [1.9], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.10 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST