X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=NEWS;h=137b44178a7537a14368a3e9d0991abf6705d597;hb=4943b35c0f10d680fc428a8e049c34b1ea97a198;hp=78c54a0602240ebb33dd11d6d8afa5d2222f931a;hpb=57b4d16c63ec8806c2c68a67b3586a0346fbf2f3;p=cacao.git diff --git a/NEWS b/NEWS index 78c54a060..137b44178 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +New in release 0.99 (August x, 2007) + + * Initial support to use OpenJDK as Java core library. + * Fixed memory leak in Boehm-GC. + * Use 8-byte stack-slots on all architectures. + * Faster C-to-Java calls. + * Removed genoffsets, cross-compilation is now much easier. + * Implemented Class.isAnonymousClass(), isLocalClass() and + isMemberClass() for GNU Classpath. + + New in release 0.98 (June 6, 2007) * ARM and MIPS32 code generators are now open-source.