* src/vm/jit/jit.h (jitdata): Added reverselocalmap.
[cacao.git] / NEWS
diff --git a/NEWS b/NEWS
index 78c54a0602240ebb33dd11d6d8afa5d2222f931a..973a7bd67f277fc43049111cbb335101a82995e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+New in release 0.99 (March x, 2008)
+
+  * Initial support to use OpenJDK as Java core library.
+  * Fixed memory leak in Boehm-GC.
+  * 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.
+  * Replaced --with-classpath-includedir with --with-jni_h and
+    --with-jni_md_h to better support OpenJDK/IcedTea build.s
+
+
 New in release 0.98 (June 6, 2007)
 
   * ARM and MIPS32 code generators are now open-source.