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
|