Fixes PR122.
[cacao.git] / NEWS
diff --git a/NEWS b/NEWS
index 33218dfe65fcd4f3923c84044d58fff7c1af0412..e2ce1c6aba6200b66e39de2f9e2853c8a7efa587 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,49 @@
-New in release 0.97 (xxx xx, 2006)
+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)
+
+  * ARM and MIPS32 code generators are now open-source.
+  * PowerPC64 code generator was added.
+  * Sun's phoneme CLDC-1.1 classes can now be used as Java core
+    library.
+  * Exception throwing code was completely rewritten, this saves JIT
+    code size from 20% up to 50%.
+  * Lock-record code was rewritten and a memory leak was fixed.
+  * Threads code has been reworked and improved.
+  * Exception code has been reworked and improved.
+  * Implemented Class/Method/Field getSignature.
+  * A lot of stuff has been reworked, fixed or improved in the whole
+    VM code.
+  * Fixed memory leak in threads code.
+
+
+New in release 0.97 (October 30, 2006)
 
   * New instruction format.
   * New intermediate representation with unified variables.
@@ -13,6 +58,7 @@ New in release 0.97 (xxx xx, 2006)
   * AttachCurrentThread, DetachCurrentThread, and
     AttachCurrentThreadAsDaemon implemented.
   * libjvm is now opened via dlopen (removed -rpath stuff).
+  * Data segment now reuses values (if possible).
 
   * Fixed AbstractMethodError bug.
   * Fixed builtin_isanysubclass (BeanShell bug).
@@ -23,6 +69,7 @@ New in release 0.97 (xxx xx, 2006)
   * Proper null-check for MONITOREXIT.
   * Many low-level jasmin tests added.
 
+
 New in release 0.96 (May 29, 2006)
 
   * New tasuki lock implementation resolves deadlock problems on