Browse Source

the fix for 46506 is not backwards compatible

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@739255 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
3b62d3b484
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      WHATSNEW

+ 6
- 4
WHATSNEW View File

@@ -129,6 +129,12 @@ Changes that could break older environments:
versions of Ant.
Bugzilla Report 36748.

* globmapper didn't work properly if the "to" pattern didn't contain
a "*". In particular it implicitly added a * to the end of the
pattern. This is no longer the case. If you relied on this
behavior you will now need to explicitly specify the trailing *.
Bugzilla Report 46506.

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

@@ -324,10 +330,6 @@ Fixed bugs:
miss some files and directories in the presence of recursive
exclude patterns.

* globmapper didn't work properly if the "to" pattern didn't contain
a *.
Bugzilla Report 46506.

* <sort> resource collection kept only one of entries deemed equal by
the chosen Comparator. Bugzilla report 46527.



Loading…
Cancel
Save