X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=b967b2442ef6aca35702d2520d4e1e1462ec7884;hb=be8d0d9d4bfe033a6cf35990ecaa8522b415ca30;hp=d7bf09c1d1647dd12287aab024588d10a35b8b6e;hpb=7b74e3f1f6b20e4d086b8f870f5905ec59551704;p=cacao.git diff --git a/NEWS b/NEWS index d7bf09c1d..b967b2442 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,33 @@ -New in release 0.97 (xxx xx, 2006) +New in release 0.98 (xxx xx, 2006) - * Fixed AbstractMethodError bug. - * Added failed class as message to ClassCastException's. + * Implemented Class/Method/Field getSignature. + + +New in release 0.97 (October 30, 2006) + + * New instruction format. + * New intermediate representation with unified variables. + * Local subroutine elimination. + * Fixed the interpreter - it runs eclipse now. + * New stack-based verifier (used for -Xint). + * Boehm GC updated to version 6.8. * Added enable/disable system assertion support (-esa/-dsa). + * Initial javax.management support. + * Initial sun.misc.Unsafe (JSR166) support. + * Added failed class as message to ClassCastException's. + * AttachCurrentThread, DetachCurrentThread, and + AttachCurrentThreadAsDaemon implemented. + * libjvm is now opened via dlopen (removed -rpath stuff). + * Data segment now reuses values (if possible). + + * Fixed AbstractMethodError bug. + * Fixed builtin_isanysubclass (BeanShell bug). + * Fixed a memory leak in dump memory. + * Fixed a bug with DUP2_X1 and DUP2_X2. + * Safe decoding of invalid UTF-8 sequences in NewStringUTF. + * Fixed line numbers in exceptions thrown through the JIT. + * Proper null-check for MONITOREXIT. + * Many low-level jasmin tests added. New in release 0.96 (May 29, 2006)