This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push: new 4759e3a document #173 4759e3a is described below commit 4759e3a1fc9c3256e119c52b083b5345576feb56 Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Wed Dec 22 18:22:41 2021 +0100 document #173 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 8c39261..6dcfe9b 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 =======================================