X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=NEWS;h=18991f9921b7d386941383678d59c6e876e4e8fa;hp=bbc7c624e3904916133c43beaa465bd09c796c86;hb=740b7151585db11df80e9e4bd96b9aa378a04043;hpb=eb0ddb3dff98e2ceff719f965cd09f895c523490 diff --git a/NEWS b/NEWS index bbc7c624e..18991f992 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,19 @@ New in release 1.1pre (not yet released) + * Large parts rewritten in C++. + * No more cacaoh, simplifying cross-compilation. + * Works with icedtea-1.10 and newer (PR128, PR129, PR139). + * --enable-handles switch for making native code ready for moving GC. * park/unpark support. + * Simplified signal handling -- much less code duplication. + * Stack unwinding rewritten in C -- much less assembler code. + * OpenSolaris support. + * Experimental python mode for easier inspection of internal compiler + structures. * Fixed various array-related bugs, including PR116, PR119. * Fixed PR120 (races in thread code). - * Fixed code generation bugs on Alpha, ARM and PPC64. - * Simplified signal handling (much less code duplication). - * Works with icedtea-1.10. (PR128, PR129). - * OpenSolaris support. - * Various other fixes. + * Fixed code generation bugs on Alpha, ARM, MIPS and PPC64. + * Various other improvements and fixes. New in release 0.99.4 (March 16, 2009)