From 11017189e24397c01a5f9ffb9da1c3d8b838d7aa Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 20 Sep 2006 04:49:56 +0000 Subject: [PATCH] comment on last changes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448064 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 2f0fced30..585c2f234 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -20,6 +20,10 @@ Fixed bugs: * the ant wrapper script should now correctly locate the java executable in more recent IBM JDKs for AIX as well. +* URLResource did not close jar files. + +* created junitvmwatcher*.properties files but did not close and delete them. + Other changes: --------------