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 e452d21479e897206fffe98cfb524dfb8a59e7ac
Merge: 99be66bc0 48fe70257
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Sun Apr 10 17:09:59 2022 +0200

    Merge branch '1.9.x'

 WHATSNEW | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc WHATSNEW
index d413d5866,7991cd4b3..b6476f61b
--- a/WHATSNEW
+++ b/WHATSNEW
@@@ -13,43 -13,6 +13,43 @@@ Changes that could break older environm
  Fixed bugs:
  -----------
  
 + * the PropertyEnumerator change introduced in 1.10.9 proved to be not
 +   fully backwards compatible when combined with certain custom
 +   PropertyHelper implementations - for example when using AntXtras.
 +   Bugzilla Report 65799
 +
 + * legacy-xml reporter of the junitlauncher task now escapes ]]> when writing 
CDATA.
 +   Bugzilla Report 65833
 +
-  * <scp> may leak connections when trying to preserve the las modified
++ * <scp> may leak connections when trying to preserve the last modified
 +   timestamps of files transferred recursively from a server.
 +   Bugzilla Report 66001
 +
 +Other changes:
 +--------------
 +
 + * added an implementation of the MIME Mail sender based on the
 +   repackaged Jakarta Mail package rather than javax Mail.
 +   Github Pull Request #161
 +
 + * The "listener" element in the junitlauncher task now supports
 +   an "extension" attribute to control the filename extension
 +   of the generated output file from the listener.
 +   Github Pull Request #168
 +
 + * <ftp> now supports FTPs.
 +   Github Pull Request #170
 +
 +Changes from Ant 1.10.11 TO Ant 1.10.12
 +=======================================
 +
 +Fixed bugs:
 +-----------
 +
 + * The http condition would follow redirects even when "followRedirects" 
attribute
 +   was set to "false". This has now been fixed.
 +   Bugzilla Report 65489
 +
   * Made sure setting build.compiler to the fully qualified classname
     that corresponds to extJavac or modern has the same effect as using
     the shorter alias names.

Reply via email to