* NEWS: Added ClassCastException and system assertions.
[cacao.git] / NEWS
diff --git a/NEWS b/NEWS
index ee3ff3d327557706983a93173b899c85d4dd6ac2..d7bf09c1d1647dd12287aab024588d10a35b8b6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,34 @@
-New in release 0.96 (XXX XX, 2006)
+New in release 0.97 (xxx xx, 2006)
 
+  * Fixed AbstractMethodError bug.
+  * Added failed class as message to ClassCastException's.
+  * Added enable/disable system assertion support (-esa/-dsa).
+
+
+New in release 0.96 (May 29, 2006)
+
+  * New tasuki lock implementation resolves deadlock problems on
+    multi-processor machines.
   * Handle Miranda-methods properly.
   * try-catch line number problem with jikes fixed.
+  * Added support for libjvm.so (including invocation API).
+  * Stripped down object code size of code generators.
+  * Increased default maximum heap size to 128MB and decreased default
+    stack size to 64kB.
+  * Cleaned up internal handling of Unicode strings.
+  * Fixed getResources of bootstrap classloader.
+  * Correct handling of boot packages (provided glibj.zip contains a
+    jar index).
+  * Exception handling fixes (don't allocate memory on Java heap).
+  * x86_64's code generator generates not RISC-style code.
+  * Green threads implementation removed.
+  * Semaphore implementation for Darwin (taken from Boehm).
+  * sem_wait interrupted by signal fixed.
+  * Overflow in Object.wait() (partially) fixed (caused busy waiting
+    in JOnAS).
+  * Store JNI global refs in native hashtable instead of Java
+    hashtable (bootstrap problem).
+  * Argument passing fixed for powerpc-linux (asm_vm_call_method).
 
 
 New in release 0.95 (February 13, 2006)