summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-05-03 20:42:26 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-05-03 20:42:26 +0000
commitee02f6913bb23339cc7bf5d4a3aabcc98110e25a (patch)
treeeb73d71c1a84c8dee6acfb602ef68dc0f34d0860
parent5e5120b9581682740ca67de265541a7773d70916 (diff)
downloadclasspath-ee02f6913bb23339cc7bf5d4a3aabcc98110e25a.tar.gz
2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
* configure.ac: Set version to 0.92-pre. * NEWS: Add space for 0.92 entries.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 349fc61a9..6cf5d34a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * configure.ac:
+ Set version to 0.92-pre.
+ * NEWS:
+ Add space for 0.92 entries.
+
+2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
* include/Makefile.am:
Added rules for gnu.java.net.local.LocalSocketImpl.h
* include/java_lang_VMSystem.h:
diff --git a/NEWS b/NEWS
index 7474267cf..2cd7afa5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+New in release 0.92
+
New in release 0.91 (UNRELEASED)
* Experimental activation (java.rmi.activation) support, including RMI
diff --git a/configure.ac b/configure.ac
index d78444faa..b4356e410 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.91-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.92-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET