From 3b62d3b484659701240c1c6caa04a9807a372525 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 30 Jan 2009 12:16:39 +0000 Subject: [PATCH] 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 --- WHATSNEW | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index ae2ea9989..09aabe7b8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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. - * resource collection kept only one of entries deemed equal by the chosen Comparator. Bugzilla report 46527.