The attached patch simply updates NEWS with the recent VM changes. Changelog:
2006-03-20 Andrew John Hughes <[EMAIL PROTECTED]>
* NEWS:
Updated with VMArray and Unsafe changes.
--
Andrew :-)
Please avoid sending me Microsoft Office (e.g. Word, PowerPoint)
attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
If you use Microsoft Office, support movement towards the end of vendor
lock-in:
http://opendocumentfellowship.org/petition/
"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: NEWS =================================================================== RCS file: /cvsroot/classpath/classpath/NEWS,v retrieving revision 1.125 diff -u -3 -p -u -r1.125 NEWS --- NEWS 14 Mar 2006 20:08:22 -0000 1.125 +++ NEWS 20 Mar 2006 00:36:58 -0000 @@ -10,6 +10,13 @@ New in release 0.91 (UNRELEASED) * Free Swing improvements: Support for OceanTheme has been mostly completed and turned on as default Metal theme. +Runtime interface changes: + +* A new class, VMArray, is now available which separates the native + array creation method from java.lang.reflect.Array. +* A new class, gnu.classpath.Unsafe, is provided for handling the + new low-level operations required by java.util.concurrent. + New in release 0.90 (March 6, 2006) * Free Swing improvements: JTable columns are rearrangeable and
signature.asc
Description: This is a digitally signed message part
