From c00d3f670bf0ede36467d3409170346af1a535d9 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 17 Jun 2008 12:44:10 +0000 Subject: [PATCH] forgot to track the fixed issue 45190 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@668636 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 6d4211f88..42a2952f5 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -59,6 +59,10 @@ Fixed bugs: * had an indexoutofbounds when the prefix and postfix overlapped. Bugzilla report 44731. +* and failed to accept file names with # + characters in them. + Bugzilla report 45190 + Other changes: --------------