antoine 2003/08/14 08:24:55
Modified: . WHATSNEW
Log:
added comments concerning support of remote symbolic links in the ftp task
Revision Changes Path
1.483 +7 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -r1.482 -r1.483
--- WHATSNEW 13 Aug 2003 06:11:58 -0000 1.482
+++ WHATSNEW 14 Aug 2003 15:24:55 -0000 1.483
@@ -54,6 +54,11 @@
* <translate> will now preserve line endings.
+* <ftp> followsymlinks="false" in nested fileset definitions is explicitly
+ required in order to exclude remote symbolic links (when doing a get,
chmod,
+ delete, rmdir).
+
+
Fixed bugs:
-----------
* Filter readers were not handling line endings properly. Bugzilla
@@ -211,6 +216,8 @@
* ftp was not able to download files when they were pointed to by symbolic
links
Bugzilla Report 14063.
+
+* ftp is able to download also directories pointed to by symbolic links.
* replace would change \r\n into \r\r\n under Windows.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]