Browse Source

added 2 new entries to WHATSNEW

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

+ 6
- 0
WHATSNEW View File

@@ -216,6 +216,9 @@ Fixed bugs:
* ftp chmod failed when the remote system was UNIX and local system Windows
Bugzilla Report 21865.

* ftp did not set the ascii mode explicity, causing problems with ftp servers
having binary as default

* replace would change \r\n into \r\r\n under Windows.

Other changes:
@@ -507,6 +510,9 @@ Other changes:
* DirectoryScanner has been optimized for cases where include patterns do not
start with wildcards. Bugzilla Report 20103.

* DirectoryScanner begins to be optimized not to scan excluded directories.
Bugzilla Report 21941.

* Added keep-going feature. Bugzilla Report 21144

* The archives generated by <zip> and friends will now contain CRC and


Loading…
Cancel
Save