/hg/icedtea: Cleanup and update NEWS file.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Apr 18 19:42:05 UTC 2014


changeset 24d0bdd59f32 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=24d0bdd59f32
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Apr 18 20:41:34 2014 +0100

	Cleanup and update NEWS file.

	2014-04-18  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS:
		Fix ordering, cleanup formatting and add
		missing entry for PR1279. Change to 3.0.0
		and move into 2014.


diffstat:

 ChangeLog |   7 +++++++
 NEWS      |  19 +++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r 87d03fbc8737 -r 24d0bdd59f32 ChangeLog
--- a/ChangeLog	Fri Apr 18 17:42:12 2014 +0100
+++ b/ChangeLog	Fri Apr 18 20:41:34 2014 +0100
@@ -1,3 +1,10 @@
+2014-04-18  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS:
+	Fix ordering, cleanup formatting and add
+	missing entry for PR1279. Change to 3.0.0
+	and move into 2014.
+
 2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* INSTALL:
diff -r 87d03fbc8737 -r 24d0bdd59f32 NEWS
--- a/NEWS	Fri Apr 18 17:42:12 2014 +0100
+++ b/NEWS	Fri Apr 18 20:41:34 2014 +0100
@@ -10,16 +10,22 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 3.0 beta 1 (2013-XX-XX):
+New in release 3.0.0 (2014-XX-XX):
 
+* Bug fixes
+  - PR1279: Synchronise CACAO versions between IcedTea6/7/8 where possible
+  - PR1325: Only add classes to rt-source-files.txt if actually needed
+  - PR1346: Filter out -j option to make
+  - PR1347: Update list of checked JDKs
+  - PR1357: Make XRender mandatory
+  - PR1359: Check for /usr/lib64 JVMs and generic JPackage alternative
 * JamVM
   - JSR 292: Invoke Dynamic
   - JSR 308: Type Annotations
   - JSR 335: Lambda Expressions
   - JSR 901: VM support for method parameter reflection
   - JEP 171: Implement fence methods in sun.misc.Unsafe
-  - sun.misc.Unsafe: additional methods get/putAddress:
-    allows JamVM with OpenJDK 7/8 to run recent versions of JEdit.
+  - sun.misc.Unsafe: additional methods get/putAddress.
   - FreeClassData: adjust method count for Miranda methods
   - Fix invokesuper check in invokespecial opcode
   - Fix non-direct interpreter invokespecial super-class check
@@ -39,13 +45,6 @@
   - JSR 292: correct intrinsic cache COMPARE function
   - Race condition in setting up imethod table
   - GC: Minor performance improvement
-* Bug fixes
-  - PR1346: Filter out -j option to make
-  - PR1347: Update list of checked JDKs
-  - PR1357: Make XRender mandatory
-  - PR1325: Only add classes to rt-source-files.txt if the class (or one or more of its methods/fields)
-    are actually missing from the boot JDK
-  - PR1359: Check for /usr/lib64 JVMs and generic JPackage alternative
 
 New in release 2.0 (2011-XX-XX):
 


More information about the distro-pkg-dev mailing list