* NEWS: Updated 0.95 release notes.
[cacao.git] / NEWS
diff --git a/NEWS b/NEWS
index bd8c8469119804b4d6f59f2b976b7d3df2e40d41..8a3faa031a0526c72b7a758e1e95c66a15ccaa24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-New in release 0.95 (February XX, 2006)
+New in release 0.95 (February 13, 2006)
 
-  * Deadlock bugfix.  This should fix the random deadlocks seen in
+  * 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
@@ -10,6 +10,10 @@ New in release 0.95 (February XX, 2006)
   * powerpc bugfix: (M_COPY): Handle longs and doubles properly.
   * Fixed instructions copying stackslots (like DUP_X1).
   * 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)