X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=NEWS;h=e2ce1c6aba6200b66e39de2f9e2853c8a7efa587;hb=b68727799eaa329069fccd16f666a4e90991fa65;hp=137b44178a7537a14368a3e9d0991abf6705d597;hpb=400c41a16a9e157b7a33ace9b03af854a8e59bef;p=cacao.git diff --git a/NEWS b/NEWS index 137b44178..e2ce1c6ab 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,29 @@ -New in release 0.99 (August x, 2007) +New in release 0.99.1 (June 17, 2008) + + * Fixed compilation of OpenJDK code (libltdl related). + * Imported new gnu/java/lang/CPStringBuilder.java to fix OOMEs. + * Fixed abort with OpenJDK's java binary when exiting. + +New in release 0.99 (June 14, 2008) * Initial support to use OpenJDK as Java core library. * Fixed memory leak in Boehm-GC. + * Boehm-GC updated to version 7.1. + * Removed libltdl dependency. + * Renamed --with-classpath configure options to + --with-java-runtime-library. + * Renamed --with-jre-layout to --enable-layout. + * Replaced --with-classpath-includedir with --with-jni_h and + --with-jni_md_h to better support OpenJDK/IcedTea builds. * 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. + * Annotation support. + * Assertion support. + * Linenumber table code rewritten. + * Exception table code rewritten. New in release 0.98 (June 6, 2007)