Author: bodewig
Date: Fri Aug 21 08:03:05 2009
New Revision: 806445
URL: http://svn.apache.org/viewvc?rev=806445&view=rev
Log:
document fix of 43574
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=806445&r1=806444&r2=806445&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Fri Aug 21 08:03:05 2009
@@ -447,6 +447,10 @@
attributes of the last merged manifest.
Bugzilla Report 39655.
+ * <delete> didn't work correctly with a <modified> 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