commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Final pre-0.08 commit


From: Mark Wielaard
Subject: Final pre-0.08 commit
Date: Sat, 13 Mar 2004 03:22:02 +0100

Hi,

Hi all,

This is the final pre-0.08 commit.

2004-03-12  Mark Wielaard  <address@hidden>

   * configure.ac: Set version to 0.08.
   * NEWS: Update with interesting items.
   * TODO: Point to http://www.gnu.org/software/classpath/tasks.html

O boy, almost done!

Cheers,

Mark

--- NEWS        6 Jan 2004 14:50:53 -0000       1.35
+++ NEWS        13 Mar 2004 02:10:34 -0000
@@ -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)
  
Index: TODO
===================================================================
RCS file: /cvsroot/classpath/classpath/TODO,v
retrieving revision 1.7
diff -u -r1.7 TODO
--- TODO        15 Feb 2003 15:08:08 -0000      1.7
+++ TODO        13 Mar 2004 02:10:34 -0000
@@ -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
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.8
diff -u -r1.8 configure.ac
--- configure.ac        7 Mar 2004 23:58:54 -0000       1.8
+++ configure.ac        13 Mar 2004 02:10:34 -0000
@@ -4,7 +4,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
  
-AC_INIT([GNU Classpath],[0.07+cvs],address@hidden,[classpath])
+AC_INIT([GNU Classpath],[0.08],address@hidden,[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
  
 AC_CANONICAL_TARGET

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]