changeset 1528:139d7ce58c09

2009-05-15 Lillian Angel <langel@redhat.com> * configure.ac: Bumped version. * NEWS: Updated for 1.5 release.
author Lillian Angel <langel@redhat.com>
date Fri, 15 May 2009 12:38:31 -0400
parents e494e30ec272
children 4679c32a34c9
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 14 11:24:13 2009 +0100
+++ b/ChangeLog	Fri May 15 12:38:31 2009 -0400
@@ -1,3 +1,8 @@
+2009-05-15  Lillian Angel  <langel@redhat.com>
+
+	* configure.ac: Bumped version.
+	* NEWS: Updated for 1.5 release.
+
 2009-05-14  Andrew John Hughes  <ahughes@redhat.com>
 
 	* INSTALL:
--- a/NEWS	Thu May 14 11:24:13 2009 +0100
+++ b/NEWS	Fri May 15 12:38:31 2009 -0400
@@ -1,4 +1,4 @@
-New in release 1.5 (UNRELEASED)
+ew in release 1.5 (2009-05-15)
 
 - Static trace support through systemtap.
   When given the configure option --enable-systemtap IcedTea will build
@@ -12,6 +12,21 @@
   not possible to build cacao as the default VM, and zero as additional VM.
 - Update to latest HotSpot minor build (hs14b10-->hs14b15) from the new
   HotSpot Express repository.
+- Updated to OpenJDK b16 build.
+- Visual VM updated to 1.1.1.
+- Several web browser plugin and javaws support fixes:
+  - Fixed security handling to prevent access denials when there is a site
+  specific exception in the policy file
+  - Allow extentions (chrome) to run Java code with full permissions
+  - Added non-trusted SSL support to WebStart (javaws)
+  - Added proxy support
+  - Other improvements that were breaking specific sites (tag parser fix,
+    nested jar support, etc.)
+  - Added JVM Console (used by http://chrispederick.com/work/web-developer/)
+- LCMS security fixes.
+- Many build improvements.
+- Many java2d, nio2, pulse java, zero/shark, jtreg fixes.
+- Other bug fixes.
 
 New in release 1.4 (2009-01-29)
 
--- a/configure.ac	Thu May 14 11:24:13 2009 +0100
+++ b/configure.ac	Fri May 15 12:38:31 2009 -0400
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.5pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.5], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])