I'm checking this in on the generics branch.
This updates NEWS for the new concurrency changes.
Tom
Index: ChangeLog
from Tom Tromey <[EMAIL PROTECTED]>
* NEWS: Updated for JSR 166.
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.47.2.28
diff -u -r1.47.2.28 NEWS
--- NEWS 11 Jun 2006 18:23:17 -0000 1.47.2.28
+++ NEWS 16 Jun 2006 18:18:45 -0000
@@ -20,6 +20,7 @@
* serialver
A new configure option --enable-tool-wrappers causes wrapper
binaries to be built for VMs that support the JNI Invocation API.
+* We've imported the JSR 166 (concurrency) reference implementation.
Runtime interface changes:
@@ -30,6 +31,10 @@
* The method gnu.java.io.PlatformHelper.toCanonicalForm() has been
replaced with a JNI implementation of VMFile.toCanonicalForm() for
GNU/Posix systems.
+* The Unsafe class was moved back to the place expected by the JSR 166
+ reference implementation. We've also added a couple other new VM
+ classes to support the JSR 166 code -- sun.reflect.Reflection and
+ sun.reflect.misc.ReflectUtil.
New in release 0.91 (May 15, 2006)