From a892ac5867b7ccf0e547dc00c8062c5935628215 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 12 Mar 2003 11:41:36 +0000 Subject: [PATCH] keep track of changes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274244 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index e2b9d860f..61b48a441 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -161,6 +161,31 @@ Other changes: jsch, a BSD licensed SSH library that can be found at http://www.jcraft.com/jsch/index.html +Changes from Ant 1.5.2 to Ant 1.5.3 +=================================== + +Changes that could break older environments: +-------------------------------------------- + +* The task and friends have again changed a method signature + (sorry, was necessary to fix bug 17780). The return type of + getResourcesToAdd has changed. + +Fixed bugs: +----------- + +* 's filemode would get ignored and the dirmode was used + for the included files as well. As a side effect, WinZIP was unable + to extract or display the files, so they seemed to be missing from + the archive. Bugzilla Report 17648. + +* could use the wrong path separator when trying to change the + remote working directory. Bugzilla Report 17735. + +* would loose all original files if you didn't + specify any nested <(zip)fileset>s and the manifest had changed. + Bugzilla Report 17780. + Changes from Ant 1.5.1 to Ant 1.5.2 =============================================