From 0e645ceb67b6888ec75b42a8be2c6e6578ac9e7b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 21 Aug 2009 08:03:05 +0000 Subject: [PATCH] document fix of 43574 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@806445 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a6100d158..39afff14e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -447,6 +447,10 @@ Fixed bugs: attributes of the last merged manifest. Bugzilla Report 39655. + * didn't work correctly with a selector because + it was scanning the same filesets more than once. + Bugzilla Report 43574. + Other changes: -------------- * The get task now also follows redirects from http to https