summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2022-05-27 18:37:16 +0200
committerStefan Bodewig <bodewig@apache.org>2022-05-27 18:37:16 +0200
commiteeacf501dd15327cd300ecd518284e68bb5af4a4 (patch)
treee8cab73e810eba92d9ea2710c9c2bf1a4b4e84fc /WHATSNEW
parent42d25796451b28d8a96786847dfa633e08839fc0 (diff)
downloadant-eeacf501dd15327cd300ecd518284e68bb5af4a4.tar.gz
avoid listing directories who's content is never used
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 67c8f001a..8990ec225 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -44,6 +44,11 @@ Other changes:
* <ftp> now supports FTPs.
Github Pull Request #170
+ * DirectoryScanner avoids listing directory contents when it known it
+ will never use the information retrieved. This may improve
+ performance in some special cases.
+ Bugzilla Report 66048
+
Changes from Ant 1.10.11 TO Ant 1.10.12
=======================================