changeset 2837:a72975789761 icedtea-2.6-branchpoint

Fix placement of CACAO and JamVM news items for 2.6.0. 2015-07-19 Andrew John Hughes <gnu_andrew@member.fsf.org> * NEWS: Fix placement of CACAO and JamVM news items for 2.6.0.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Sun, 19 Jul 2015 18:10:41 +0100
parents ce844a4177de
children 8fafdbf094eb
files ChangeLog NEWS
diffstat 2 files changed, 12 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 18 01:46:16 2015 +0100
+++ b/ChangeLog	Sun Jul 19 18:10:41 2015 +0100
@@ -1,3 +1,8 @@
+2015-07-19  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* NEWS: Fix placement of CACAO and
+	JamVM news items for 2.6.0.
+
 2015-07-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* NEWS: Bump 2.6.0 release date.
--- a/NEWS	Sat Jul 18 01:46:16 2015 +0100
+++ b/NEWS	Sun Jul 19 18:10:41 2015 +0100
@@ -340,6 +340,13 @@
   - PR2545: Extend tarball checksumming option to allow the checksum to be specified
   - PR2548: install stage doesn't install symbolic links
   - PR2550: Desktop file doesn't reference versioned icon
+* CACAO
+  - PR2380: Raise javadoc and JAVAC_FLAGS memory limits for CACAO
+  - PR2519: Update to latest CACAO
+  - PR2520: --enable-cacao builds broken, missing JVM_GetTemporaryDirectory impl.
+* JamVM
+  - PR2172: --enable-jamvm builds broken, missing JVM_GetTemporaryDirectory impl
+  - PR2500: Add executable stack markings to callNative.S on JamVM
 * AArch64 port
   - Add copyright to aarch64_ad.m4
   - S8069593: Changes to JavaThread::_thread_state must use acquire and release
@@ -454,13 +461,6 @@
   - PR2210: DGifCloseFile call should check the return value, not the error code, for failure
   - PR2225: giflib 5.1 conditional excludes 6.0, 7.0, etc.
   - PR2250: JSSE server is still limited to 768-bit DHE
-* CACAO
-  - PR2380: Raise javadoc and JAVAC_FLAGS memory limits for CACAO
-  - PR2519: Update to latest CACAO
-  - PR2520: --enable-cacao builds broken, missing JVM_GetTemporaryDirectory impl.
-* JamVM
-  - PR2172: --enable-jamvm builds broken, missing JVM_GetTemporaryDirectory impl
-  - PR2500: Add executable stack markings to callNative.S on JamVM
 * ARM32 port
   - PR2228: Add ARM32 JIT
   - PR2297: Use the IcedTea 2.6.0 HotSpot on ARM32 by default