summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-05-15 09:18:39 +0000
committerMark Wielaard <mark@klomp.org>2006-05-15 09:18:39 +0000
commit531c8f6b39587c2cfcc682f85e8acdad3e4ba59b (patch)
tree78c658ab7d7929469e587ea7f6662989d7e50d01 /NEWS
parent3b5fe7a1af5588ee4125fbff00b1bdf5ccdb8ae0 (diff)
downloadclasspath-531c8f6b39587c2cfcc682f85e8acdad3e4ba59b.tar.gz
* NEWS: Add release date and VMClassLoader.getBootPackages()
changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d96a2d82e..b7fe630a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-New in release 0.92
+New in release 0.92 (UNRELEASED)
* A 'jar' tool is now included.
-New in release 0.91 (UNRELEASED)
+New in release 0.91 (May 15, 2006)
* Experimental activation (java.rmi.activation) support, including RMI
activation daemon and persistent naming service tools.
@@ -62,6 +62,9 @@ Runtime interface changes:
* java.lang.Package now has a new constructor that takes the defining
ClassLoader as an extra argument. If you use a custom version of
VMClassLoader, please switch it to use this constructor.
+* The reference implementation of VMClassLoader.getBootPackages() now
+ reads the META-INF/INDEX.LIST resource using the java.boot.class.path
+ system property.
New in release 0.90 (March 6, 2006)