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
commit 26b8a01e6421d22a2ca4393ab1420444b07a0bfd Merge: 451ecde ab6b3e4 Author: Stefan Bodewig <[email protected]> AuthorDate: Wed Oct 2 07:59:06 2019 +0200 Merge branch '1.9.x' WHATSNEW | 4 +++- src/script/runant.py | 37 +++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 19 deletions(-) diff --cc WHATSNEW index 4f199b8,aac8219..a26a9f3 --- a/WHATSNEW +++ b/WHATSNEW @@@ -1,60 -1,13 +1,62 @@@ -Changes from Ant 1.9.14 TO Ant 1.9.15 +Changes from Ant 1.10.7 TO Ant 1.10.8 ===================================== - ======= Other changes: -------------- + * org.apache.tools.mail.MailMessage will now send a fully qualified + domain name in its HELO message. + Github Pull Request #101 + + * The runant.py script should now work with Python 3. + Github Pull Request #96 + -Changes from Ant 1.9.13 TO Ant 1.9.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 + + * junitlauncher task, when used in fork mode with "<testclasses>", + used to create the wrong number of listeners per test class. This + has now been fixed. + Bugzilla Report 63446 + + * The "legacy-xml" junitlauncher task's listener would not include + @ParameterizedTest testcases in its XML report file. This has now + been fixed. + Bugzilla Report 63680 + +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. + + * prefer https over http when building ant itself, and in the ant + documentation and sources + + * changed the references and Maven coordinates of JavaMail dependency + to Jakarta Mail and thus javax.mail to jakarta.mail - and upgraded + the dependency to 1.6.3. + +Changes from Ant 1.10.5 TO Ant 1.10.6 ===================================== Changes that could break older environments:
