changeset 2243:03fc4ab10cda

Yet more NEWS updates. 2010-09-07 Andrew John Hughes <ahughes@redhat.com> * NEWS: Yet more updates.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 07 Sep 2010 15:17:00 +0100
parents fd4de15932fa
children 5464f814f82f
files ChangeLog NEWS
diffstat 2 files changed, 18 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 07 13:46:53 2010 +0100
+++ b/ChangeLog	Tue Sep 07 15:17:00 2010 +0100
@@ -1,3 +1,7 @@
+2010-09-07  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Yet more updates.
+
 2010-09-07  Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS: Add b19 issues and set date of 1.9.
--- a/NEWS	Tue Sep 07 13:46:53 2010 +0100
+++ b/NEWS	Tue Sep 07 15:17:00 2010 +0100
@@ -10,6 +10,10 @@
 
 New in release 1.9 (2010-09-07):
 
+* VisualVM support removed; now available in its own package at http://icedtea.classpath.org/hg/visualvm
+* A separate build directory is now used for the OpenJDK build:  openjdk.build-ecj (stage 1) and
+  openjdk.build (stage 2)
+* The plugin and NetX classes are no longer added to rt.jar, but to plugin.jar and netx.jar respectively.
 * Updated to OpenJDK6 b20 with HotSpot 17.
   - S4360113: Evict nmethods when code cache gets full
   - S4670071: loadClassInternal is too restrictive.
@@ -1083,13 +1087,20 @@
   - S6941027: Gervill update, April 2010
   - S6943053: Gervill: failures on invalid ranges and 14-bit banks
 * Bumped to CACAO 1.1.0 pre-release snapshot.
-* VisualVM support removed; now available in its own package at http://icedtea.classpath.org/hg/visualvm
 * Backports:
   - S6961732: FontMetrics.getLeading() may be negative in freetype-based OpenJDK builds
   - S6967533: ExceptionInInitializerError on systems with uninitialized clock
   - S6795060: VM crash on Linux in ICU layout library when processing \u0DDD (Sinhalese)
   - S6969395: Synchronization of HttpServlet regression test with OpenJDK7
   - S6510892: com/sun/net/httpserver/bugs/B6361557.java fails
+  - S6307603: [X11] Use RENDER extension for complex operations done in software
+  - S6668231: Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks
+  - S6678385: Random java.lang.StackOverflowError from various JDKs
+  - S6725214: D3D: forward-port the new pipeline from 6u10
+  - S6755274: 6u10b33 2d tests fails on sles10x64 with jvm crash
+  - S6951319, PR398: enable solaris builds using Sun Studio 12 update 1
+  - S6963870: NPE in CompoundBorder.getInsets()
+  - S6791612: OGLBat tests are failed in jdk 7 b42
 * Fixes:
   - Provide font configuration for RHEL 6.
   - G266295: Provide font configuration for Gentoo.
@@ -1104,7 +1115,6 @@
   - PR494: Shark fails to catch Exception using catch (Throwable e)
   - PR525: Shark made not entrant deopt sigsegv regression after bump to b20 and hs17.
   - LLVM 2.7 non-product fixes.
-  - S6951319: enable solaris builds using Sun Studio 12 update 1 (fixes PR398)
 * NetX
   - Do not use Look and Feel related methods for setting up security dialogs
   - Minor fixes to JNLPRandomAccessFile
@@ -1114,6 +1124,8 @@
   - RH601281: Possible NullPointerException in splash screen code
 * Plugin 
   - RH560193: Fix ziperror when applet jar contained another 0-byte jar
+* PulseAudio:
+  - PR438: PulseAudioSourceDataLine falsely returns true to isControlSupported(Gain)
 
 New in release 1.8.1 (2010-07-28):