changeset in /hg/icedtea6: 2009-05-15 Lillian Angel <langel at re...

Lillian Angel langel at redhat.com
Fri May 15 09:37:34 PDT 2009


changeset 139d7ce58c09 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=139d7ce58c09
description:
	2009-05-15  Lillian Angel  <langel at redhat.com>

	        * configure.ac: Bumped version.
	        * NEWS: Updated for 1.5 release.

diffstat:

3 files changed, 22 insertions(+), 2 deletions(-)
ChangeLog    |    5 +++++
NEWS         |   17 ++++++++++++++++-
configure.ac |    2 +-

diffs (52 lines):

diff -r e494e30ec272 -r 139d7ce58c09 ChangeLog
--- 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-14  Andrew John Hughes  <ahughes
+2009-05-15  Lillian Angel  <langel at redhat.com>
+
+	* configure.ac: Bumped version.
+	* NEWS: Updated for 1.5 release.
+
 2009-05-14  Andrew John Hughes  <ahughes at redhat.com>
 
 	* INSTALL:
diff -r e494e30ec272 -r 139d7ce58c09 NEWS
--- 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)
-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 @@ New in release 1.5 (UNRELEASED)
   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)
 
diff -r e494e30ec272 -r 139d7ce58c09 configure.ac
--- 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-pk
-AC_INIT([icedtea6], [1.5pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6], [1.5], [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