changeset 1989:2ce1a2c119bb

Update NEWS with OpenJDK6 b18 details and plugin/NetX build changes. 2010-03-18 Andrew John Hughes <ahughes@redhat.com> * NEWS: Update for 1.8. List OpenJDK6 b18 features and add further details of plugin/NetX build changes.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 18 Mar 2010 21:10:55 +0000
parents 5a761c257361
children 3fa0b8d84878
files ChangeLog NEWS
diffstat 2 files changed, 23 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 18 19:27:35 2010 +0100
+++ b/ChangeLog	Thu Mar 18 21:10:55 2010 +0000
@@ -1,3 +1,10 @@
+2010-03-18  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS:
+	Update for 1.8.  List OpenJDK6 b18 features
+	and add further details of plugin/NetX build
+	changes.
+
 2010-03-18  Pavel Tisnovsky <ptisnovs@redhat.com>
 
 	* patches/icedtea-jtreg-httpTest.patch: new regression test
--- a/NEWS	Thu Mar 18 19:27:35 2010 +0100
+++ b/NEWS	Thu Mar 18 21:10:55 2010 +0000
@@ -1,11 +1,22 @@
 New in release 1.8 (2010-XX-XX):
 
 - Updated to OpenJDK6 b18.
-- Removed the Plugin, replaced by the NPPlugin.
-Zero/Shark
-- Shark is now able to build itself.
-- For ARM, add Thumb2 JIT.
-- Fixed Shark sharkCompiler mattr memory corruption bug when using llvm 2.7.
+  - Nimbus Look 'n' Feel backported from OpenJDK7.
+  - JAXP and JAXWS now external dependencies rather than being in-tree.
+  - Updated timezone data
+  - Addition of security updates applied in IcedTea6 1.6.2.
+  - Many bug fixes:
+    http://blogs.sun.com/darcy/resource/OpenJDK_6/openjdk6-b18-changes-summary.html
+- Old plugin removed; NPPlugin is now the default and is controlled by
+  --enable/disable-plugin.  As with the old plugin, it produces a
+  IcedTeaPlugin.so library rather than IcedTeaNPPlugin.so.
+- Dependence on the binary plugs mechanism removed.  The plugin and NetX
+  code is now imported into the JDK build in the same manner as langtools,
+  CORBA, JAXP and JAXWS.
+- Zero/Shark
+  - Shark is now able to build itself.
+  - For ARM, add Thumb2 JIT.
+  - Fixed Shark sharkCompiler mattr memory corruption bug when using llvm 2.7.
 
 New in release 1.7.1 (2010-02-26):