From 8d87ed414fa96e1c06a4d697ec83e89681dfb34c Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Mon, 15 Oct 2012 11:54:20 +0100 Subject: Update NEWS and start preparing for 0.99.1 release. 2012-10-15 Andrew John Hughes * 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 --- ChangeLog | 7 +++++++ NEWS | 3 ++- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7fbd5a31..297b062f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-10-15 Andrew John Hughes + + * 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 PR classpath/54931 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]) -- cgit v1.2.1