summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:30:50 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:30:50 +0000
commitc62dc61301c0721603c49045dfeb3e34ab3a52bc (patch)
treecd1df5282ccf48aea5e20e2bcafb981f4e2cfd66 /NEWS
parent1cc27ede1cd544a4f9cd157b8c94a9fa818664c0 (diff)
downloadclasspath-c62dc61301c0721603c49045dfeb3e34ab3a52bc.tar.gz
Add bug fix news updates and 0.97.2 announcement.
2008-06-11 Andrew John Hughes <gnu_andrew@member.fsf.org> * doc/www.gnu.org/announce/20080606.wml, * doc/www.gnu.org/newsitems.txt: Add 0.97.2 annoncement. * NEWS: Add 0.97.1 and 0.97.2 updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c683e76f0..4be4d6043 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,29 @@ CPStringBuilder can also be configured using the
gnu.classpath.cpstringbuilder.capacity property.
* gjdoc is now built as part of tools.zip.
+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)
+* Fix STaX API compatability.
+* Include the tools properties file in the release tarball.
+
New in release 0.97 (Feb 22, 2007)
Build changes: