From 17f3353a3b0a0b4c92c13b5ee07ea8145153badf Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 29 Mar 2005 21:48:36 +0000 Subject: [PATCH] Updated from recent commits. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278079 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index d6381f61b..d5a24fd8b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -48,6 +48,9 @@ Changes that could break older environments: Fixed bugs: ----------- +* Memory leak from IntrospectionHelper.getHelper(Class) in embedded + environments. Bugzilla Report 30162. + * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936. @@ -79,6 +82,8 @@ Fixed bugs: Other changes: -------------- +* Log fine-grained events at verbose level from JUnit. Bugzilla report 31885. + * can now take an attribute 'executable'. Bugzilla report 30606. * and