X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=NEWS;h=b967b2442ef6aca35702d2520d4e1e1462ec7884;hb=e2c9a51a2d10587db7f1e4e527ec4dd12b72c283;hp=b76957360dc7814f9796523a377698612aef3e7d;hpb=f5089861607e9736102ca946bb934ea57bd0f27e;p=cacao.git diff --git a/NEWS b/NEWS index b76957360..b967b2442 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,33 @@ -New in release 0.97 (xxx xx, 2006) +New in release 0.98 (xxx xx, 2006) + + * 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. - * builtin_isanysubclass bugfix (BeanShell 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)