changeset 2442:ccbd95318206

2011-05-27 Xerxes R?nby <xranby@zafena.se> * NEWS: Fix previous commits news entry.
author Xerxes R?nby <xerxes@zafena.se>
date Fri, 27 May 2011 17:19:22 +0200
parents 31a4741ed890
children 1684b3450ecf
files ChangeLog NEWS
diffstat 2 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 27 17:00:15 2011 +0200
+++ b/ChangeLog	Fri May 27 17:19:22 2011 +0200
@@ -1,3 +1,7 @@
+2011-05-27  Xerxes Rånby  <xranby@zafena.se>
+
+	* NEWS: Fix previous commits news entry.
+
 2011-05-27  Xerxes Rånby  <xranby@zafena.se>
 
 	JamVM
--- a/NEWS	Fri May 27 17:00:15 2011 +0200
+++ b/NEWS	Fri May 27 17:19:22 2011 +0200
@@ -11,6 +11,13 @@
 
 New in release 2.0 (2011-XX-XX):
 
+* JamVM
+  - Fix leak of native thread structure.
+  - Consistent naming for classlib functions.
+  - Add extra includes to get rid off compiler warning.
+  - Rework OpenJDK storage of native thread structure.
+  - Implement remaining OpenJDK Array reflection interface.
+
 New in release 1.14 (2011-05-25):
 
 * NetX and the plugin moved to the IcedTea-Web project with a separate
@@ -29,11 +36,6 @@
   - PR715: Port updated macros from IcedTea6 to 7
   - PR732: Use xsltproc for bootstrap xslt in place of Xerces/Xalan
 * JamVM
-  - Fix leak of native thread structure.
-  - Consistent naming for classlib functions.
-  - Add extra includes to get rid off compiler warning.
-  - Rework OpenJDK storage of native thread structure.
-  - Implement remaining OpenJDK Array reflection interface.
   - Ignore all unknown options.
   - Handle overflow in getPhysicalMemory().
   - Base default min and max heap size on physical memory.