This is an automated email from the ASF dual-hosted git repository.
jkf 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 c100ca0 Add Ftp ant task timeout documentation also updated
c100ca0 is described below
commit c100ca01d4b3b7ba5d955c99cda0f516eac5c079
Author: jkf <[email protected]>
AuthorDate: Sat Jul 13 14:49:57 2019 +0200
Add Ftp ant task timeout documentation also updated
---
WHATSNEW | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index b89ed51..0cb4b9d 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -3,6 +3,7 @@ Changes from Ant 1.10.6 TO Ant 1.10.7
Fixed bugs:
-----------
+
* FTP still tries checking or entering directories after a timeout
Bugzilla Report 63454
@@ -23,6 +24,9 @@ Fixed bugs:
Other changes:
--------------
+ * FTP task timeout improvements.
+ Bugzilla Reports 63252 and 47414
+
* junitlauncher task now supports selecting test classes for execution,
based on the JUnit 5 tags, through the new "includeTags" and
"excludeTags" attributes.