From 589e48aa3c014c387d7f4f9de0fa7170f40d47f7 Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Fri, 4 Mar 2005 22:32:46 +0000 Subject: [PATCH] PR: 33770 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277794 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a3642ce49..6df5e1676 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -56,6 +56,9 @@ Fixed bugs: * FileUtils.resolveFile() promised to return absolute files but did not always do so. + +* failed to retrieve a file when the path towards the file contained + an element starting with . . Bugzilla report 33770 Other changes: --------------