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: --------------