summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-05-15 09:18:24 +0000
committerMark Wielaard <mark@klomp.org>2006-05-15 09:18:24 +0000
commitce39d1bb3a5253b207f5037d87acaf170df29453 (patch)
tree35ff0eead51065a95bd1ca8a246640edfeff7a5f
parentb221f0acfd5e0ac45bbd4ae9e55eac4bf75708ee (diff)
downloadclasspath-0_91-branch.tar.gz
2006-05-15 Mark Wielaard <mark@klomp.org>classpath-0_91-releaseclasspath-0_91-branch
* configure.ac (VERSION): Set to 0.91. 2006-05-15 Mark Wielaard <mark@klomp.org> * NEWS: Add release date and VMClassLoader.getBootPackages() changes. 2006-05-15 Christian Thalinger <twisti@complang.tuwien.ac.at> * README: Added CACAO to list of VMs.
-rw-r--r--ChangeLog13
-rw-r--r--NEWS7
-rw-r--r--README3
-rw-r--r--configure.ac2
4 files changed, 20 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 17d1cc62d..e19fd8e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-05-15 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (VERSION): Set to 0.91.
+
+2006-05-15 Mark Wielaard <mark@klomp.org>
+
+ * NEWS: Add release date and VMClassLoader.getBootPackages()
+ changes.
+
+2006-05-15 Christian Thalinger <twisti@complang.tuwien.ac.at>
+
+ * README: Added CACAO to list of VMs.
+
2006-05-14 Mark Wielaard <mark@klomp.org>
* native/jni/java-net/javanet.c (_javanet_accept): Don't use C++
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)
diff --git a/README b/README
index 27e22dcce..132fbe531 100644
--- a/README
+++ b/README
@@ -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 @@ Smaller environments (runtime only, no compilers, no tools) which work
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/)
diff --git a/configure.ac b/configure.ac
index b4356e410..602cf1f6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl -----------------------------------------------------------
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath],[0.92-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.91],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET