From 122793e23e93d5a1b5ac00756c67ecb9e9c72ced Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 16 Feb 2004 08:36:38 +0000 Subject: [PATCH] Add retroactively fix of bug 26642, possibility of running programs in directories having non ascii names git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276088 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 1e344eeec..d5e0bfc4a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -64,6 +64,9 @@ Fixed bugs: * used to break the build on non-GUI environments. Bugzilla report 11482. +* Ant 1.6.0 cannot run build scripts in directories with non-ASCII names. + Bugzilla Report 26642. + Other changes: -------------- * Shipped XML parser is now Xerces-J 2.6.1