Browse Source

keep track of changes

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

+ 25
- 0
WHATSNEW View File

@@ -161,6 +161,31 @@ Other changes:
jsch, a BSD licensed SSH library that can be found at jsch, a BSD licensed SSH library that can be found at
http://www.jcraft.com/jsch/index.html http://www.jcraft.com/jsch/index.html


Changes from Ant 1.5.2 to Ant 1.5.3
===================================

Changes that could break older environments:
--------------------------------------------

* The <zip> task and friends have again changed a method signature
(sorry, was necessary to fix bug 17780). The return type of
getResourcesToAdd has changed.

Fixed bugs:
-----------

* <zipfileset>'s filemode would get ignored and the dirmode was used
for the included files as well. As a side effect, WinZIP was unable
to extract or display the files, so they seemed to be missing from
the archive. Bugzilla Report 17648.

* <ftp> could use the wrong path separator when trying to change the
remote working directory. Bugzilla Report 17735.

* <jar update="true"> would loose all original files if you didn't
specify any nested <(zip)fileset>s and the manifest had changed.
Bugzilla Report 17780.

Changes from Ant 1.5.1 to Ant 1.5.2 Changes from Ant 1.5.1 to Ant 1.5.2
============================================= =============================================




Loading…
Cancel
Save