From: edwin Date: Mon, 13 Feb 2006 23:16:14 +0000 (+0000) Subject: * NEWS: Added JNI method resolution fix. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=e5bb72265b56dd2b79dcbdd97d60dec3c00e75ab;hp=8d6a5f7766b50aa3c2f4628d91b2d70d09aab294;p=cacao.git * NEWS: Added JNI method resolution fix. --- diff --git a/NEWS b/NEWS index 88a217e65..479f40ab8 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,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. New in release 0.94 (January 22, 2006)