summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-06 00:58:54 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-06 00:58:54 +0000
commite2ef7ff7db4a0d15fa71533f77342a22424937ba (patch)
treebfcfdfead39eee57245e64af715ead982e7caefb
parent994b189cac942fe093b577d69b514be1b5af0966 (diff)
downloadclasspath-0_97-release-branch.tar.gz
2008-06-06 Andrew John Hughes <gnu_andrew@member.fsf.org>classpath-0_97_2-releaseclasspath-0_97-release-branch
* configure.ac: Set version to 0.97.2. * NEWS: Add 0.97.2.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a291fdd60..a7f261438 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * configure.ac: Set version to 0.97.2.
+ * NEWS: Add 0.97.2.
+
2008-05-10 Andrew John Hughes <gnu_andrew@member.fsf.org>
* vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java:
diff --git a/NEWS b/NEWS
index 917be49d0..0a9e4620e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Bug fixes in release 0.97.2 (Jun 06, 2007)
+
+* Include headers in the release tarball.
+* Allow the building of tools to be optional.
+* Only check for a Java compiler when required.
+* Allow VMOperatingSystemMXBeanImpl to compile on Solaris.
+* Documentation typo fixes
+* Fix memory leak in native/jni/classpath/jcl.c
+* Web page updates (PR classpath/22883)
+* Fixes to pass the JSR166 TCK
+* Use awk to construct the classlist on building
+* Fix deadlock in Logger (PR classpath/35974)
+* Fix regression in java.lang.String (PR classpath/35482)
+* Allow Classpath tools to handle @file options.
+* Allow parseInt to handle a + prefix correctly.
+* Remove use of 1.5 language constructs in the VM layer.
+
Bug fixes in release 0.97.1 (Mar 11, 2007)
* Include documentation for JSR166 (java.util.concurrent)
diff --git a/configure.ac b/configure.ac
index 9bf4266ae..8796b8539 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.97.2-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.97.2],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET