You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/01/30 13:16:40 UTC

svn commit: r739255 - /ant/core/trunk/WHATSNEW

Author: bodewig
Date: Fri Jan 30 12:16:39 2009
New Revision: 739255

URL: http://svn.apache.org/viewvc?rev=739255&view=rev
Log:
the fix for 46506 is not backwards compatible

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=739255&r1=739254&r2=739255&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Fri Jan 30 12:16:39 2009
@@ -129,6 +129,12 @@
    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 @@
    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.