jglick 2005/03/29 13:48:36 Modified: . WHATSNEW Log: Updated from recent commits. Revision Changes Path 1.798 +8 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.797 retrieving revision 1.798 diff -u -r1.797 -r1.798 --- WHATSNEW 29 Mar 2005 18:23:46 -0000 1.797 +++ WHATSNEW 29 Mar 2005 21:48:36 -0000 1.798 @@ -48,6 +48,9 @@ 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 @@ Other changes: -------------- +* Log fine-grained events at verbose level from JUnit. Bugzilla report 31885. + * <javadoc> can now take an attribute 'executable'. Bugzilla report 30606. * <WsdlToDotnet> and <style> are now deprecated in favor of <wsdltodotnet> and @@ -322,6 +327,9 @@ Fixed bugs: ----------- +* Do not pass on ThreadDeath when halting <java fork="false">. Bugzilla + 32941. + * Killing a thread running <java fork="true"> (e.g. from an IDE) would not stop the forked process. Bugzilla 31928.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]