Final step before the release of 0.97.2:
ChangeLog:
2008-06-06 Andrew John Hughes <[EMAIL PROTECTED]>
* configure.ac: Set version to 0.97.2.
* NEWS: Add 0.97.2.
--
Andrew :)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
Index: NEWS
===================================================================
RCS file: /sources/classpath/classpath/NEWS,v
retrieving revision 1.191.2.1
diff -u -u -r1.191.2.1 NEWS
--- NEWS 11 Mar 2008 20:27:44 -0000 1.191.2.1
+++ NEWS 6 Jun 2008 00:50:17 -0000
@@ -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)
Index: configure.ac
===================================================================
RCS file: /sources/classpath/classpath/configure.ac,v
retrieving revision 1.225.2.7
diff -u -u -r1.225.2.7 configure.ac
--- configure.ac 5 Jun 2008 21:32:05 -0000 1.225.2.7
+++ configure.ac 6 Jun 2008 00:50:18 -0000
@@ -6,7 +6,7 @@
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath],[0.97.2-pre],[EMAIL PROTECTED],[classpath])
+AC_INIT([GNU Classpath],[0.97.2],[EMAIL PROTECTED],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET