* NEWS: Added latest 0.99 news.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 14 Jun 2008 12:51:45 +0000 (14:51 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 14 Jun 2008 12:51:45 +0000 (14:51 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 973a7bd67f277fc43049111cbb335101a82995e0..e057a3833766ba03705188cab0f2a2f3f2466e0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
-New in release 0.99 (March x, 2008)
+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.
@@ -11,8 +18,6 @@ New in release 0.99 (March x, 2008)
   * 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)