summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2cd7afa5b..d4f9e5a86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,4 @@
-New in release 0.92
-
-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.
@@ -60,6 +58,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)