summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2021-12-22 18:22:41 +0100
committerStefan Bodewig <bodewig@apache.org>2021-12-22 18:22:41 +0100
commit4759e3a1fc9c3256e119c52b083b5345576feb56 (patch)
tree1c5402ae5ed4f0b5fdfe6879823859d6543b2b19 /WHATSNEW
parentfa82fe58afa8ac522763b25c003f31a5444ab9bf (diff)
downloadant-4759e3a1fc9c3256e119c52b083b5345576feb56.tar.gz
document #173
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 8c3926191..6dcfe9b2c 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -16,6 +16,11 @@ Other changes:
* <ftp> now supports FTPs.
Github Pull Request #170
+* <get> has a new attribute authenticateOnRedirect that can be used to
+ prevent Ant from sending the configured credentials when following a
+ redirect. It is true by default for backwards compatibility reasons.
+ Github Pull Request #173
+
Changes from Ant 1.10.11 TO Ant 1.10.12
=======================================