summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2022-04-09 17:58:33 +0200
committerStefan Bodewig <bodewig@apache.org>2022-04-09 17:58:33 +0200
commit2989738c90eca6d6d7ebadf8b430b0123858539a (patch)
tree4d4b1aa658aa7226aae5df7ef2f7ff07cd909bf7 /WHATSNEW
parentc6854c58adb0ba436ddb86c7d7601faf2de9e532 (diff)
downloadant-2989738c90eca6d6d7ebadf8b430b0123858539a.tar.gz
plug resource leak as suggested by Mike Phillips in BZ issue 66001
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW14
1 files changed, 9 insertions, 5 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 3c207a8e2..0f69bd28b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -4,11 +4,11 @@ Changes from Ant 1.9.16 TO Ant 1.9.17
Changes that could break older environments:
--------------------------------------------
-* <get> has a new attribute authenticateOnRedirect that can be used to
- prevent Ant from sending the configured credentials when following a
- redirect. It is false by default, which means builds that rely on
- credentials being used on the redirected URI may break.
- Github Pull Request #173
+ * <get> has a new attribute authenticateOnRedirect that can be used to
+ prevent Ant from sending the configured credentials when following a
+ redirect. It is false by default, which means builds that rely on
+ credentials being used on the redirected URI may break.
+ Github Pull Request #173
Fixed bugs:
-----------
@@ -18,6 +18,10 @@ Fixed bugs:
the shorter alias names.
Bugzilla Report 65539
+ * <scp> may leak connections when trying to preserve the las modified
+ timestamps of files transferred recursively from a server.
+ Bugzilla Report 66001
+
Other changes:
--------------