summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS27
-rw-r--r--TODO3
-rw-r--r--configure.ac2
4 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9499cd09e..a1ff50f6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-03-12 Mark Wielaard <mark@klomp.org>
+ * configure.ac: Set version to 0.08.
+ * NEWS: Update with interesting items.
+ * TODO: Point to http://www.gnu.org/software/classpath/tasks.html
+
+2004-03-12 Mark Wielaard <mark@klomp.org>
+
* gnu/java/awt/peer/gtk/GtkFontPeer.java: Use fallback when
MissingResourceException is thrown.
diff --git a/NEWS b/NEWS
index 5eddad8f4..3354f4cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,36 @@
-New since last release
+New in release 0.08 (2004/12/03)
-* Split native methods in java.lang.Runtime into java.lang.VMRuntime.
+* java.util.regexp implementation through gnu.regexp wrappers.
+* java.net.URI implementation.
+* Working implementation of javax.swing.undo.
* java.awt.geom.CubicCurve2D/QuadCurve2D: Can now solve cubic and quadratic
equations; implementation adapted from the GNU Scientific Library.
-* Fixed Classpath bugs:
+* Lots of java.awt and gtk+ peer improvements. Also more Swing work. Start
+ of EmbeddedWindow support.
+* BufferedReader speed improvements.
+* Improved useabilty of java.text implementation for several applications.
+* ObjectInputStream is much faster and more compatible with other
+ implementations.
+* Fix handling of alias methods, where a method has been deprecated in
+ favour of a new one with the same funtion but a different name.
+ (See Deprecated Methods section in the GNU Classpath Hacking Guide.)
+* javax.print.attribute.standard added.
+* Lots of java.nio, java.net, java.io
+* Depend on autoconf 2.59+ and automake 1.7+, GCJ 3.3+, jikes 1.18+.
+
+VM Interface changes:
+* Split native methods in java.lang.Runtime into java.lang.VMRuntime.
+* Resources are now also loaded/needed through the bootstrap classloader
+ (gnu.regexp needs MessageBundle included in glibj.zip
+
+Fixed Classpath bugs:
#6095 java.awt.geom.QuadCurve2D.solveQuadratic sometimes gives
wrong results
#7099 EventListenerList.getListenerCount should accept null argument
#7104 EventListenerList.add does not work
#7105 EventListenerList.remove does not work
#7107 DefaultBoundedRangeModel.setValue and friends should not throw
+ And lots more.
New in release 0.07 (2003/30/11)
diff --git a/TODO b/TODO
index f0ac23906..df7eed7d0 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+See also http://www.gnu.org/software/classpath/tasks.html
+Which is updated more often then this file.
+
The Classpath TODO list as of 2002/05/05
-- Write Mauve (http://sourceware.cygnus.com/mauve/) tests for those
diff --git a/configure.ac b/configure.ac
index cc323a8c4..ae47adbac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Turning off cache for debug reasons
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath],[0.07+cvs],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.08],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET