summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-15 11:54:20 +0100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-15 11:54:20 +0100
commit8d87ed414fa96e1c06a4d697ec83e89681dfb34c (patch)
tree9e8fd0e77f10273c960f43ceb48a9f44baa18e5c
parent9c4e50a3c32083d96e3806b04db8ffde34651ecc (diff)
downloadclasspath-8d87ed414fa96e1c06a4d697ec83e89681dfb34c.tar.gz
Update NEWS and start preparing for 0.99.1 release.
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 Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
-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])