From e241dd137f2922e944b17e4d8bdf393b0c2525b0 Mon Sep 17 00:00:00 2001 From: Magesh Umasankar Date: Thu, 6 Dec 2001 18:31:39 +0000 Subject: [PATCH] Changes to noted. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270082 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 85db4b4dd..4cfa6cf07 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -62,6 +62,12 @@ Fixed bugs: Other changes: -------------- +* attempts to rename the directory, if everything inside it is + included, before performing file-by-file moves. This attempt will + be done only if filtering is off and if mappers are not used. This + is a performance improvement and there is no change otherwise in + the funtionality of this task. + * Exec task has extra attribute "resultproperty" to get the return code into a property.