summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c7fbd5a31..297b062f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * configure.ac: Set to 0.99.1pre, as
+ 0.99.1 will now be next release.
+ * NEWS: Updated with last bug fix
+ and 0.99.1
+
+2012-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
PR classpath/54931
* m4/acinclude.m4:
(CLASSPATH_WITH_GJDOC): Allow GJDoc versions
diff --git a/NEWS b/NEWS
index 5295681da..24beff4c5 100644
--- a/NEWS
+++ b/NEWS
@@ -10,10 +10,11 @@ PRX - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=X
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 1.00 (XXX XX, XXXX)
+New in release 0.99.1 (XXX XX, 2012)
* Bug fixes:
- PR42134: NPE in java.text.Bidi
+ - PR54931: Classpath will not build docs with version of GJDoc included with itself
New in release 0.99 (Feb 15, 2012)
diff --git a/configure.ac b/configure.ac
index ae5b4352c..bd48e84af 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],[1.0-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.99.1-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CONFIG_MACRO_DIR([m4])