From afadfc856bc62dd32d3bf71b01974d054bb1cda6 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 12 Apr 2010 10:19:21 +0000 Subject: [PATCH] document fixes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933173 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + * 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: --------------