From 4f6e3a68651417a2f3b2d64b472a440520a2a507 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 17 Dec 2004 14:25:38 +0000 Subject: [PATCH] update for mapper changes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277243 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index f09788b86..f9620ad3d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -149,6 +149,14 @@ Other changes: * now also supports Kaffe's rmic version shipping with Kaffe 1.1.2 and above. +* added casesensitive attribute to and + Bugzilla report 16686 + +* added handledirchar attribute to and + Bugzilla report 32487 + +* added a new mapper + Fixed bugs: ----------- @@ -204,6 +212,9 @@ Fixed bugs: * XMLValidate used URL#getFile rather than the ant method FileUtils#fromURI Bugzilla report 32508 +* fixed Regexp-Mapper docs which gave outdated instructions (optional.jar) + Bugzilla report 28584 + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================