Browse Source

added comments concerning support of remote symbolic links in the ftp task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275091 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
c9ddbafed5
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      WHATSNEW

+ 7
- 0
WHATSNEW View File

@@ -54,6 +54,11 @@ Changes that could break older environments:


* <translate> will now preserve line endings. * <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: Fixed bugs:
----------- -----------
* Filter readers were not handling line endings properly. Bugzilla * Filter readers were not handling line endings properly. Bugzilla
@@ -212,6 +217,8 @@ Fixed bugs:
* ftp was not able to download files when they were pointed to by symbolic links * ftp was not able to download files when they were pointed to by symbolic links
Bugzilla Report 14063. 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. * replace would change \r\n into \r\r\n under Windows.


* junitreport with frames did not display a link for classes without a package * junitreport with frames did not display a link for classes without a package


Loading…
Cancel
Save