From c1cadae30e769e118156566b578ef44ea5cc5ffa Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 22:46:00 +0000 Subject: [PATCH] Merge basic switch to java.io.tmpdir via FileUtils.createTempFile(...) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277494 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 31211938f..369e25115 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -43,8 +43,6 @@ Other changes: * now (alphanumerically) sorts the property list before echoing, when you request XML output (format="xml"). -* Changed default tempdir for from user.dir to java.io.tmpdir. - * A new base class DispatchTask has been added to facilitate elegant creation of tasks with multiple actions. @@ -174,6 +172,8 @@ Other changes: * Made the dest attribute of the apply task optional; mapped target filenames will be interpreted as absolute pathnames when dest is omitted. +* Changed default tempdir for from user.dir to java.io.tmpdir. + Fixed bugs: -----------