From dev-return-53313-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Mon Dec 01 22:10:21 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 75388 invoked from network); 1 Dec 2003 22:10:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 22:10:20 -0000 Received: (qmail 75758 invoked by uid 500); 1 Dec 2003 22:10:06 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 75725 invoked by uid 500); 1 Dec 2003 22:10:05 -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 75711 invoked by uid 500); 1 Dec 2003 22:10:05 -0000 Received: (qmail 75707 invoked from network); 1 Dec 2003 22:10:05 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Dec 2003 22:10:05 -0000 Received: (qmail 75362 invoked by uid 1652); 1 Dec 2003 22:10:17 -0000 Date: 1 Dec 2003 22:10:17 -0000 Message-ID: <20031201221017.75361.qmail@minotaur.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant WHATSNEW X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antoine 2003/12/01 14:10:17 Modified: . WHATSNEW Log: Added comment about bug 15390 (regexp implementation) Revision Changes Path 1.513 +3 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.512 retrieving revision 1.513 diff -u -r1.512 -r1.513 --- WHATSNEW 25 Nov 2003 09:16:56 -0000 1.512 +++ WHATSNEW 1 Dec 2003 22:10:17 -0000 1.513 @@ -14,6 +14,9 @@ * Translate task logs a debug message specifying the number of files that it processed. Bugzilla Report 13938. +* Enable to choose the regexp implementation without system property. + Bugzilla Report 15390. + Changes from Ant 1.5.4 to Ant 1.6 ================================= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org