Hi,

Here are (hopefully) the last changes before the release:

2006-05-15  Mark Wielaard  <[EMAIL PROTECTED]>

       * NEWS: Add release date and VMClassLoader.getBootPackages()
       changes.

And on the release branch also:

2006-05-15  Mark Wielaard  <[EMAIL PROTECTED]>

        * configure.ac (VERSION): Set to 0.91.

2006-05-15  Christian Thalinger  <[EMAIL PROTECTED]>

        * README: Added CACAO to list of VMs.

Now running the last tests and updating the generics branch.

Committed,

Mark
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.138
diff -u -r1.138 NEWS
--- NEWS	27 Apr 2006 11:55:49 -0000	1.138
+++ NEWS	15 May 2006 09:14:18 -0000
@@ -1,4 +1,4 @@
-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.
@@ -58,6 +58,9 @@
 * 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)
 
Index: README
===================================================================
RCS file: /cvsroot/classpath/classpath/README,v
retrieving revision 1.17
diff -u -r1.17 README
--- README	2 Sep 2005 03:44:12 -0000	1.17
+++ README	15 May 2006 09:14:18 -0000
@@ -1,4 +1,4 @@
-GNU Classpath README - Last updated: August 31, 2005
+GNU Classpath README - Last updated: May 15, 2006
 
 GNU Classpath, Essential Libraries for Java is a project to create a
 free software implementation of the core class libraries for the java
@@ -29,6 +29,7 @@
 with this GNU Classpath releases include
 (tested by and recommended for GNU Classpath hackers):
 
+	* CACAO		(http://www.cacaojvm.org/)
 	* JamVM		(http://jamvm.sourceforge.net/)
 	* Jikes RVM	(http://www.ibm.com/developerworks/oss/jikesrvm/)
 	* Kissme	(http://kissme.sourceforge.net/)
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.145
diff -u -r1.145 configure.ac
--- configure.ac	2 May 2006 01:47:15 -0000	1.145
+++ configure.ac	15 May 2006 09:14:19 -0000
@@ -6,7 +6,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
 
-AC_INIT([GNU Classpath],[0.91-pre],[EMAIL PROTECTED],[classpath])
+AC_INIT([GNU Classpath],[0.91],[EMAIL PROTECTED],[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
 AC_CANONICAL_TARGET

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to