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 2010/04/12 12:19:21 UTC

svn commit: r933173 - /ant/core/trunk/WHATSNEW

Author: bodewig
Date: Mon Apr 12 10:19:21 2010
New Revision: 933173

URL: http://svn.apache.org/viewvc?rev=933173&view=rev
Log:
document fixes

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=933173&r1=933172&r2=933173&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon Apr 12 10:19:21 2010
@@ -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:
 --------------