summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2005-01-13 22:40:34 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2005-01-13 22:40:34 +0000
commit451c55a31fbc6b949f7609dd90932bb2a0d91a19 (patch)
tree010a30146fc38e402c1b4826b40381a7d3495998 /NEWS
parent650c3ef25f102a8aca5a814dc13420377393bf9d (diff)
downloadclasspath-451c55a31fbc6b949f7609dd90932bb2a0d91a19.tar.gz
2005-01-13 Andrew John Hughes <gnu_andrew@member.fsf.org>
* Merge of August 2004 HEAD patches to generics branch.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 303129c3a..44c21952a 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,13 @@ New in release 0.11 (not released yet)
* AWT 1.0 event model support.
* GNU Classpath now comes with some example programs (see examples/README).
+Runtime interface Changes:
+
+* java.lang.Compiler now uses the new java.lang.VMCompiler; there is
+ a reference implementation that most VMs can use.
+* java.lang.VMSystem has a new getenv(String) method and a reference C/JNI
+ implementation that should work on most Posix like systems.
+
New in release 0.10 (Jul 9, 2004)
* java.net.URL now uses application classloader to load URLStreamHandlers