From c100ca01d4b3b7ba5d955c99cda0f516eac5c079 Mon Sep 17 00:00:00 2001 From: jkf Date: Sat, 13 Jul 2019 14:49:57 +0200 Subject: [PATCH] Add Ftp ant task timeout documentation also updated --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index b89ed51f6..0cb4b9db5 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.