diff --git a/WHATSNEW b/WHATSNEW index 8155a667f..e41d2d54c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -54,6 +54,11 @@ Changes that could break older environments: * will now preserve line endings. +* 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 @@ -212,6 +217,8 @@ Fixed bugs: * 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. * junitreport with frames did not display a link for classes without a package