From 6f608f120c7888415f926a087c8154e790507824 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 28 Apr 2004 11:44:31 +0000 Subject: [PATCH] update WHATSNEW git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276423 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 8e7510a84..0afb78ee4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -40,6 +40,9 @@ Changes from Ant 1.6.1 to current Ant 1.6 CVS version Changes that could break older environments: -------------------------------------------- +* The import task used the canonical version of a file path. This + has been changed to use the absolute path. Bugzilla 28505. + Fixed bugs: -----------