Browse Source

Two fixes will be in 1.5.3

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274350 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
014117fff5
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      WHATSNEW

+ 5
- 5
WHATSNEW View File

@@ -70,11 +70,6 @@ Fixed bugs:
StringIndexOutOfBoundsException on all OSes where os.name is shorter StringIndexOutOfBoundsException on all OSes where os.name is shorter
than seven characters. Bugzilla Report 18105. than seven characters. Bugzilla Report 18105.


* starteam checkout can now handle deleted labels. Bugzilla Report 17646.

* The Unix wrapper script failed if you invoked it as a relative
symlink and ANT_HOME has not been set. Bugzilla Report 17721.

* <copy> and <move>'s failonerror didn't apply to filesets pointing to * <copy> and <move>'s failonerror didn't apply to filesets pointing to
non-existant directories. Bugzilla Report 18414. non-existant directories. Bugzilla Report 18414.


@@ -236,6 +231,11 @@ Fixed bugs:
* The prefix attribute of <zipfileset> would not generate directory * The prefix attribute of <zipfileset> would not generate directory
entries for the prefix itself. Bugzilla Report 18403. entries for the prefix itself. Bugzilla Report 18403.


* starteam checkout can now handle deleted labels. Bugzilla Report 17646.

* The Unix wrapper script failed if you invoked it as a relative
symlink and ANT_HOME has not been set. Bugzilla Report 17721.

Other Changes: Other Changes:
-------------- --------------
* Added ability to specify manifest encoding for the <jar> and * Added ability to specify manifest encoding for the <jar> and


Loading…
Cancel
Save