Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 92488 invoked from network); 17 Dec 2004 14:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Dec 2004 14:28:05 -0000 Received: (qmail 57886 invoked by uid 500); 17 Dec 2004 14:28:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 57829 invoked by uid 500); 17 Dec 2004 14:28:03 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 57809 invoked by uid 500); 17 Dec 2004 14:28:03 -0000 Received: (qmail 57799 invoked by uid 99); 17 Dec 2004 14:28:03 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 17 Dec 2004 06:26:00 -0800 Received: (qmail 90850 invoked by uid 1539); 17 Dec 2004 14:25:38 -0000 Date: 17 Dec 2004 14:25:38 -0000 Message-ID: <20041217142538.90849.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant WHATSNEW X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2004/12/17 06:25:38 Modified: . WHATSNEW Log: update for mapper changes Revision Changes Path 1.700 +11 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.699 retrieving revision 1.700 diff -u -r1.699 -r1.700 --- WHATSNEW 15 Dec 2004 12:28:29 -0000 1.699 +++ WHATSNEW 17 Dec 2004 14:25:38 -0000 1.700 @@ -149,6 +149,14 @@ * 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: ----------- @@ -203,6 +211,9 @@ * 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 =================================== --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org