From e96b349816f1250badbdff04478f4b992ff1efd4 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Thu, 19 Jun 2003 22:23:56 +0000 Subject: [PATCH] PR: 20457 and 20870 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274679 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 7be2cb179..b523d671e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -133,6 +133,10 @@ Fixed bugs: * URL-encoding in didn't work properly. +* VAJRemoteUtil called getAbsolutePath instead of getPath + causing problems when using a Windows VAJ server from a UNIX server. + Bugzilla Report 20457. + * file names that include spaces need to be quoted inside the @argfile argument using and JDK 1.4. Bugzilla Report 16871. @@ -153,6 +157,9 @@ Fixed bugs: element tagdiff of the xml output Bugzilla Report 16081. +* make fixcrlf create its temporary files in the default directory + of FileUtils#createTempFile instead of the destination dir of fixcrlf. + Bugzilla Report 20870. Other changes: --------------