bodewig 2003/03/12 03:41:36
Modified: . WHATSNEW
Log:
keep track of changes
Revision Changes Path
1.362 +25 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- WHATSNEW 6 Mar 2003 12:42:43 -0000 1.361
+++ WHATSNEW 12 Mar 2003 11:41:36 -0000 1.362
@@ -161,6 +161,31 @@
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 <zip> 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:
+-----------
+
+* <zipfileset>'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.
+
+* <ftp> could use the wrong path separator when trying to change the
+ remote working directory. Bugzilla Report 17735.
+
+* <jar update="true"> 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
=============================================