You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2019/10/02 05:59:18 UTC

[ant] branch master updated (451ecde -> 26b8a01)

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


    from 451ecde  Send FQDN instead of simple hostname in SMTP HELO command
     add 99ef834  adapt runant.py to Python3
     add ab6b3e4  bad indentation and missing heading
     new 26b8a01  Merge branch '1.9.x'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 WHATSNEW             |  4 +++-
 src/script/runant.py | 37 +++++++++++++++++++------------------
 2 files changed, 22 insertions(+), 19 deletions(-)


[ant] 01/01: Merge branch '1.9.x'

Posted by bo...@apache.org.
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 <bo...@apache.org>
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: