summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2002-02-04 12:17:54 +0000
committerMark Wielaard <mark@klomp.org>2002-02-04 12:17:54 +0000
commitb913c812108ffb351db58100bd9c66f06cb4bec0 (patch)
tree6463da88fc142eae30249d64deb7a85fc8995ef4
parent7e5be686e8af08649499553696a5b90d2763c234 (diff)
downloadclasspath-b913c812108ffb351db58100bd9c66f06cb4bec0.tar.gz
* NEWS: updates for next release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS15
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8049c3f28..f10f3bbf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-04 Mark Wielaard <mark@klomp.org>
+
+ * NEWS: updates for next release
+
2002-02-03 Mark Wielaard <mark@klomp.org>
* vm/reference/java/lang/Class.java (pd): rename field to pd from
diff --git a/NEWS b/NEWS
index 6b1b31ae1..612aa6091 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,29 @@
New in release 0.03 (TBD)
* More merges with libgcj have been performed including java.math which now
provides a pure Java implementation of that package.
-* A pure Java implementation of java.util.zip is available.
+ Current status at <http://gcc.gnu.org/java/libgcj-classpath-compare.html>
+* A pure Java implementation (Jazzlib) of java.util.zip is available.
+* Added the java.rmi implementation that Transvirtual donated to the FSF.
* Includes jni.h now, eliminating the need to specify a particular VM
via configure.
* No proprietary classes or programs are required to compile.
+ Compiles out of the box with jikes or gcj.
* Separation of compiling Java source and native libraries through the
configure mechanism. If given no arguments, configure will setup the
subsequent build to only produce Java bytecode (.class files). More
information is available in INSTALLING.
* Support for compiling in a separate directory, as an example you may
cd classpath-0.03; mkdir build; cd build; ../configure; make
+* Works with Orp 1.0.9 out of the box. Build instructions can be found at
+ <http://www.gnu.org/software/classpath/doc/orp.html>
+* Lots of bugfixes that were found by using Classpath with the gcj, Orp,
+ SableVM, KissMe and Jaos VMs. Please use our bugdatabase at
+ <http://savannah.gnu.org/support/?group_id=85>
+* Lots of updates to make Classpath more compliant with the 1.2, 1.3 and 1.4
+ API specification. The current status can be found at
+ <http://www.gnu.org/software/classpath/status.html>
+* All files are now distributed under the same terms. Added clarification to
+ GPL exception.
New in release 0.02 (2001/01/06)
* Support for printing exceptions with Japhar 0.09 + patch included in