* NEWS: Line-number fix added.
[cacao.git] / NEWS
diff --git a/NEWS b/NEWS
index 88a217e65d3642bc47947e80727ee22ce3cb3588..ee3ff3d327557706983a93173b899c85d4dd6ac2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-New in release 0.95 (February XX, 2006)
+New in release 0.96 (XXX XX, 2006)
 
-  * Deadlock bugfix.  This should fix the random deadlocks seen in
+  * Handle Miranda-methods properly.
+  * try-catch line number problem with jikes fixed.
+
+
+New in release 0.95 (February 13, 2006)
+
+  * Dead-lock bugfix.  This should fix the random dead-locks seen in
     Eclipse or other applications.
   * Search for suitable jar program during configure, can be specified
     via JAR environment variable
@@ -12,6 +18,8 @@ New in release 0.95 (February XX, 2006)
   * Fixed classcache-related problem with java.lang.reflect.Proxy.
   * Throw correct exception when trying to load a directory
     as a classfile (from a .zip file).
+  * Fixed incorrect method resolution when calling instance methods 
+    through JNI (fixes CACAO bugs #17 and #18).
 
 
 New in release 0.94 (January 22, 2006)