# HG changeset patch # User Andrew John Hughes # Date 1237539439 0 # Node ID db666234267c53adb4f55967fa3dce442167ae3b # Parent 9adee4a3a8d1efe8af0966ca6e70b59495eeb398 Prepare for 1.9 release. 2009-03-20 Andrew John Hughes * NEWS: Add release date for 1.9. * configure.ac: Bump to 1.9 proper. 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-20 Andrew John Hughes + + * NEWS: Add release date for 1.9. + * configure.ac: Bump to 1.9 proper. + 2009-03-19 Andrew John Hughes * 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 (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 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-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