From fab6cf0e3e1e2f797830b1224684a0c0cdcbb1a8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 31 Mar 2005 06:37:09 +0000 Subject: [PATCH] won't merge fix for 27170 since fix has not been confirmed and we don't have an extended beta phase for 1.6.3 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278093 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 5d2804fdc..ff2585def 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -79,6 +79,9 @@ Fixed bugs: * " always compiles on Java1.5" bugzilla report=33862. Fixed default stub version to always be "compat", even on Java1.5+. +* The .NET compilation tasks failed if filenames given as references + contained spaces. Bugzilla Report 27170. + Other changes: -------------- @@ -305,9 +308,6 @@ Other changes: * 's extraoptions can now contain multiple arguments. Bugzilla Report 23599. -* The .NET compilation tasks failed if filenames given as references - contained spaces. Bugzilla Report 27170. - * with default values set by properties would be seen as new definitions when called twice with different properties. This was confusing so the definitions are now treated as similar.