This is an automated email from the ASF dual-hosted git repository.
jaikiran 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 7aa3af61c record the 69485 change
7aa3af61c is described below
commit 7aa3af61c599fffa4119825aa1ea46d1979bd574
Author: Jaikiran Pai <[email protected]>
AuthorDate: Wed Feb 4 06:55:10 2026 +0530
record the 69485 change
---
WHATSNEW | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index cd036ee61..5d821e856 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -43,6 +43,10 @@ Fixed bugs:
* ant.bat now exits with a non-zero exit code if ANT_HOME is not set.
Github Pull Request #222
+ * A regression in ftp task caused some files to not be downloaded.
+ That has been fixed now.
+ Bugzilla Report 69485
+
Other changes:
--------------