From ed102173aa937cb650162d7c9accb03f4495b895 Mon Sep 17 00:00:00 2001 From: jkf Date: Sat, 1 Jun 2019 14:30:05 +0200 Subject: [PATCH] Updating WHATSNEW for the changes of today and last week --- WHATSNEW | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 722bc0727..70d3d5477 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -3,6 +3,14 @@ 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 + + * junitlauncher - does not detect failure in @BeforeAll + Bugzilla Report 63479 + + * Error using ant-1.10.6 with jdk8 + Bugzilla Report 63457 * FTP task no longer duplicates a check for a file being a symlink. Bugzilla Report 63259