[kaffe] CVS kaffe (dalibor): Updated WHATSNEW file to be somewhat current

Kaffe CVS cvs-commits at kaffe.org
Sat Oct 4 12:51:02 PDT 2003


PatchSet 4089 
Date: 2003/10/04 19:48:21
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Updated WHATSNEW file to be somewhat current

Members: 
	ChangeLog:1.1683->1.1684 
	WHATSNEW:INITIAL->1.30 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1683 kaffe/ChangeLog:1.1684
--- kaffe/ChangeLog:1.1683	Sat Oct  4 19:26:07 2003
+++ kaffe/ChangeLog	Sat Oct  4 19:48:21 2003
@@ -1,5 +1,10 @@
 2003-10-04  Dalibor Topic <robilad at kaffe.org>
 
+	* WHATSNEW: Updated to reflect some of the work done
+	since 1.0.7.
+
+2003-10-04  Dalibor Topic <robilad at kaffe.org>
+
 	* FAQ/FAQ.hpux: New file.
 
 2003-10-04  Dalibor Topic <robilad at kaffe.org>
===================================================================
Checking out kaffe/WHATSNEW
RCS:  /home/cvs/kaffe/kaffe/WHATSNEW,v
VERS: 1.30
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/WHATSNEW	Sat Oct  4 19:50:41 2003
@@ -0,0 +1,199 @@
+What's New since Kaffe OpenVM 1.1.1
+------------------------------------------------------
+* New packages:
+  * javax.net
+  * javax.net.ssl
+* Lots of configuration/compile fixes, including: arm-linux, 
+  parisc-hpux, parisc-linux, sparc-solaris.
+* Improved RMI, JVMPI, java.text and NIO support.
+* Improved garbage collector and jit3 memory consumption.
+* Further merge with GNU Classpath: Collections, many networking,
+  IO and zip classes.
+* Fixes for several bugs in kjc.
+* Improved support for building without GNU make.
+* Lots of bug fixes, compiler warning fixes, and small
+  improvements.
+* Some successes: Tomcat4, eXist, JavaLayer, JOrbis.
+
+What's New in Kaffe OpenVM 1.1.1
+------------------------------------------------------
+* Much of the new bytecode verifier has been added (but not all of
+  it).  Soon, we will be able to safely run untrusted code!
+* Lots of configuration/compile fixes, including: NetBSD, OpenBSD,
+  Linux 2.0, Linux/S390, AmigaOS, OpenBSD/Sparc, Cygwin
+* Lots of class library fixes
+* Added JNI 1.2/1.4 features
+* The beginnings of JVMPI support
+* Some infrastructure for NIO support
+* Some successes: Eclipse (loads, doesn't completely work yet),
+  Jetty w/JSP, Java-Gnome, Qt AWT under QTopia, Snark, hsqldb
+
+What's New in Kaffe OpenVM 1.1.0
+------------------------------------------------------
+* Port to x86-64 GNU/Linux
+
+* Port to RISC OS
+
+* Port to Playstation 2 GNU/Linux
+
+* Port to SuperH GNU/Linux
+
+* Qt based AWT backend
+
+* Support for javax.sound from tritonus.org
+
+* Support for JAXP from GNU JAXP
+
+* Support for java.util.regex from GNU regexp
+
+* New java.lang.reflect.Proxy from GNU Classpath.
+
+* Built-in XML parser (Aelfred2).
+
+* New packages:
+
+  * java.awt.color
+  * java.awt.dnd
+  * java.awt.font
+  * java.awt.geom
+  * java.awt.im
+  * java.awt.image.renderable
+  * java.awt.print
+  * java.beans.beancontext
+  * java.nio
+  * java.nio.channels
+  * java.nio.channels.spi
+  * java.nio.charset
+  * java.nio.charset.spi
+  * java.security.acl
+  * java.util.logging
+  * java.util.prefs
+  * java.util.regex
+  * javax.accessibility
+  * javax.naming
+  * javax.naming.directory
+  * javax.naming.event
+  * javax.naming.ldap
+  * javax.naming.spi
+  * javax.rmi
+  * javax.rmi.CORBA
+  * javax.sound.midi
+  * javax.sound.midi.spi
+  * javax.sound.sampled
+  * javax.sound.sampled.spi
+  * javax.sql
+  * javax.swing.text
+  * javax.transaction
+  * javax.transaction.xa
+  * javax.xml.parsers
+  * javax.xml.transform
+  * javax.xml.transform.dom
+  * javax.xml.transform.sax
+  * javax.xml.transform.stream
+  * org.w3c.dom
+  * org.w3c.dom.css
+  * org.w3c.dom.events
+  * org.w3c.dom.html
+  * org.w3c.dom.ranges
+  * org.w3c.dom.stylesheets
+  * org.w3c.dom.traversal
+  * org.w3c.dom.views
+  * org.xml.sax
+  * org.xml.sax.ext
+  * org.xml.sax.helpers
+
+* New build system.
+
+* Support for user defined class library profiles
+
+* New version of KJC (2.1B).
+
+* Many improvements to serialization, localization,
+  and reflection.
+
+* Implemented native2ascii, javah.
+
+* Lots of bug fixes.
+
+What's New in Kaffe OpenVM 1.0.7
+------------------------------------------------------
+
+This release is dedicated to the memory of Edouard G. Parmelan, one of
+the most active Kaffe developers, a member of the core team, and one of
+the driving forces behind the project.
+
+* Port to ia64 GNU/Linux
+
+* Port to s390 GNU/Linux
+
+* Port to PA-RISC GNU/Linux
+
+* Port to Darwin (Mac OS X).
+
+* JIT port for Alpha on Compaq Tru64, GNU/Linux.
+
+* Support of PowerPC without libffi.
+
+* New version of KJC (2.1A with patches from kopi CVS).
+
+* New encoding converters based on iconv().
+
+* Lots of bug fixes.
+
+
+What's New in Kaffe OpenVM 1.0.6
+--------------------------------
+
+* New cross language debugging support for JIT3 engine.
+
+* New cross language profiling support for JIT3 engine.
+
+* Support of libffi.
+
+* Port to i386 GNU Hurd.
+
+* Port i386 hardware profiler from JIT engine to JIT3 engine.
+
+* Alpha GCJ Integration.
+
+* New version of KJC (1.4F).
+
+* Lots of bug fixes.
+
+
+What's New in Kaffe OpenVM 1.0.5
+--------------------------------
+
+* JIT port for StrongARM
+
+* JIT port for MIPS
+
+* New JIT3 - increases performance of JIT code by a factor of 3 over the
+  old JIT system.
+	- Supports: x86, MIPS, StrongARM, M68K
+	- Coming soon: Sparc, Alpha
+
+* RMI implementation (released under the Lesser GPL in conjuntion with
+  the Classpath project)
+	- Provide JDK 1.1 and JDK 1.2 compatible RMI
+	- Unimplemented: Distributed GC, Activations.
+
+* Now ships with KJC Java compiler, a truly Open Source Java compiler.
+
+* SuperFast locking implementation.
+
+* Pthreads implementation (currently for GLIBC 2.1.2 LinuxThreads only)
+
+* Resurrected M68K JIT.
+
+* New JDK 1.2 style class loading.
+
+* New JDK 1.2 java.util Collections classes
+
+* New JDK 1.2 java.security classes
+
+* Improved i18n support.
+
+* New utilities: serialver, rmiregistry, rmic, javap
+
+* Lots of bug fixes.




More information about the kaffe mailing list