changeset 2501:100f2c821aa5

Cleanup NEWS and mention hs20 b11. 2011-03-24 Andrew John Hughes <ahughes@redhat.com> * NEWS: Cleanup and mention hs20 b11.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 24 Mar 2011 16:05:21 +0000
parents 8c8a8bcc71a7
children b162f7c4fe64
files ChangeLog NEWS
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 24 16:03:19 2011 +0000
+++ b/ChangeLog	Thu Mar 24 16:05:21 2011 +0000
@@ -1,3 +1,7 @@
+2011-03-24  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Cleanup and mention hs20 b11.
+
 2011-03-24  Xerxes Ranby  <xerxes@zafena.se>
 
 	JamVM: Base default min and max heap size on physical memory.
--- a/NEWS	Thu Mar 24 16:03:19 2011 +0000
+++ b/NEWS	Thu Mar 24 16:05:21 2011 +0000
@@ -11,7 +11,9 @@
 
 New in release 1.10.1 (2011-XX-XX):
 
-* Bug fixes
+* HotSpot 20 updated to b11.
+* Backports
+  - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
 * CACAO
   - Ignore all unknown options, but report them.
   - Fixes build for newer gcc (at least 4.4) on PPC64, breaks older gcc.
@@ -19,8 +21,7 @@
   - CA143: don't hang with invalid locale.
   - CA144: aligned patchers on x86_64.
   - CA148: support for LCMP bytecode.
-  - CA152: Calling Policy.setPolicy with a new Policy object
-    has no effect on the DefaultSecurityManager.
+  - CA152: Calling Policy.setPolicy with a new Policy object has no effect on the DefaultSecurityManager.
   - CA156: uncaughtExceptionHandler doesn't work with OpenJDK 6 b21.
   - CA157: ARM SMP Assertion thinlock failed.
 * JamVM
@@ -34,8 +35,6 @@
   - On ARM, force interpreter to be built in ARM mode.
   - MIPS: 64-bit and interpreter inlining by default.
   - Trivial implementation of stubs for MIPS.
-* Backports
-  - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
 
 New in release 1.10 (2011-03-02):