Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 11648 invoked from network); 10 Mar 2004 09:38:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Mar 2004 09:38:34 -0000 Received: (qmail 90403 invoked by uid 500); 10 Mar 2004 09:38:07 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 90364 invoked by uid 500); 10 Mar 2004 09:38:07 -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 90351 invoked by uid 500); 10 Mar 2004 09:38:07 -0000 Received: (qmail 90347 invoked from network); 10 Mar 2004 09:38:07 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 10 Mar 2004 09:38:07 -0000 Received: (qmail 11616 invoked by uid 1539); 10 Mar 2004 09:38:31 -0000 Date: 10 Mar 2004 09:38:31 -0000 Message-ID: <20040310093831.11615.qmail@minotaur.apache.org> From: peterreilly@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 peterreilly 2004/03/10 01:38:31 Modified: . WHATSNEW Log: add fix for 26765 Revision Changes Path 1.566 +2 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.565 retrieving revision 1.566 diff -u -r1.565 -r1.566 --- WHATSNEW 9 Mar 2004 15:57:31 -0000 1.565 +++ WHATSNEW 10 Mar 2004 09:38:31 -0000 1.566 @@ -69,6 +69,8 @@ * tagdiff.xml was broken in ant 1.6.1. Bugzilla Report 27057. +* if the basedir contained .. or . dirs, and the build file name contained + .. or ., the basedir was set incorrectly. Bugzilla Report 26765. Other changes: -------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org