summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2010-04-12 10:19:21 +0000
committerStefan Bodewig <bodewig@apache.org>2010-04-12 10:19:21 +0000
commitafadfc856bc62dd32d3bf71b01974d054bb1cda6 (patch)
treeeebc80db851f1101a38a4c7e9993bb363194119d /WHATSNEW
parent3628209a35e131e6fccc47532908925b2a5ec9ab (diff)
downloadant-afadfc856bc62dd32d3bf71b01974d054bb1cda6.tar.gz
document fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW8
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index c9848cd17..1fa3f076c 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -75,6 +75,14 @@ Fixed bugs:
element resource collection to a file.
Bugzilla Report 49070
+ * <get> no longer followed redirects if the redirect URL was relative
+ and not an absolute URL.
+ Bugzilla Report 48972
+
+ * fixed a performance degradation in the code that expands property
+ references.
+ Bugzilla Reports 48961 and 49079
+
Other changes:
--------------