changeset 2070:1419166fcebf icedtea6-1.8.1

2010-07-23 Matthias Klose <doko@ubuntu.com> * configure.ac: Bump version to 1.8.1. * NEWS: Update for 1.8.1.
author doko@ubuntu.com
date Sat, 24 Jul 2010 00:58:16 +0200
parents 6d2beb513332
children bd5bfc5dcab5
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 48 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 24 00:54:29 2010 +0200
+++ b/ChangeLog	Sat Jul 24 00:58:16 2010 +0200
@@ -1,3 +1,8 @@
+2010-07-23  Matthias Klose  <doko@ubuntu.com>
+
+	* configure.ac: Bump version to 1.8.1.
+	* NEWS: Update for 1.8.1.
+
 2010-07-23  Deepak Bhole <dbhole@redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (activateJars): Add
@@ -11,7 +16,7 @@
 
 2010-07-22  Deepak Bhole <dbhole@redhat.com>
 
-	* t/net/sourceforge/jnlp/tools/JarSigner.java: Add new verifyResult enum
+	* netx/net/sourceforge/jnlp/tools/JarSigner.java: Add new verifyResult enum
 	to track verification status.
 	(verifyJars): Mark jar unverified only if it has no signature.
 	(verifyJar): Use new verifyResult enum to return status based on if jar is
--- a/NEWS	Sat Jul 24 00:54:29 2010 +0200
+++ b/NEWS	Sat Jul 24 00:58:16 2010 +0200
@@ -1,3 +1,44 @@
+New in release 1.8.1 (2010-07-28):
+
+- OpenJDK:
+  - 6678385: Fixes jvm crashes when window is resized.
+  - Produces the "expected" behavior for full screen applications, when
+    running the Metacity window manager.
+- IcedTeaNPPlugin.
+  - RH524387: javax.net.ssl.SSLKeyException: RSA premaster secret error
+  - Set context classloader for all threads in an applet's threadgroup
+  - PR436: Close all applet threads on exit
+  - PR480: NPPlugin with NoScript extension.
+  - PR488: Question mark changing into underscore in URL.
+  - RH592553: Fix bug causing 100% CPU usage.
+  - Don't generate a random pointer from a pthread_t in the debug output.
+  - Add ForbiddenTargetException for legacy support.
+  - Use variadic macro for plugin debug message printing.
+  - Don't link the plugin with libxul libraries.
+  - Fix race conditions in plugin initialization code that were causing hangs.
+  - RH506730: BankID (Norwegian common online banking authentication system) applet fails to load.
+  - Fix policy evaluation to match the proprietary JDK.
+  - PR491: pass java_{code,codebase,archive} parameters to Java.
+  - Adds javawebstart.version property and give user permission to read that property.
+- NetX:
+  - Fix security flaw in NetX that allows arbitrary unsigned apps to set
+    any java property.
+  - Fix a flaw that allows unsigned code to access any file on the
+    machine (accessible to the user) and write to it.
+  - Make path sanitization consistent; use a blacklisting approach.
+  - Make the SingleInstanceServer thread a daemon thread.
+  - Handle JNLP files which use native libraries but do not indicate it
+  - Allow JNLP classloaders to share native libraries
+  - Added encoding support
+- PulseAudio:
+  - Eliminate spurious exception throwing.
+- Zero/Shark:
+  - PR shark/483: Fix miscompilation of sun.misc.Unsafe::getByte.
+  - PR PR icedtea/324, icedtea/481: Fix Shark VM crash.
+  - Fix Zero build on Hitachi SH.
+* SystemTap support:
+  - PR476: Enable building SystemTap support on GCC 4.5.
+
 New in release 1.8 (2010-04-13):
 
 - Updated to OpenJDK6 b18.
--- a/configure.ac	Sat Jul 24 00:54:29 2010 +0200
+++ b/configure.ac	Sat Jul 24 00:58:16 2010 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.8],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.8.1],[distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])