X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=NEWS;fp=NEWS;h=adf4eb700b93f24c4d95f8c8445628647d06ffcc;hb=fb98debf2b66f93644bcfdb913163fc4c45c3c3c;hp=b76957360dc7814f9796523a377698612aef3e7d;hpb=0bf78bb1c0d8e67630de1174e2cf79738b8de34e;p=cacao.git diff --git a/NEWS b/NEWS index b76957360..adf4eb700 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ New in release 0.97 (xxx xx, 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. @@ -8,8 +12,13 @@ New in release 0.97 (xxx xx, 2006) * Added failed class as message to ClassCastException's. * 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)