From 298b10adaf6f5569e96f5574809e260aeee852ef Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 24 Jun 2008 19:05:49 +0000 Subject: [PATCH] 45271 comment git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671304 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index f76fae1eb..1a5d5d940 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -76,6 +76,9 @@ Fixed bugs: * Handle null result of system getProperty() in CommandlineJava. Similar to Bugzilla report 42334. + * Length task did not process nonexistent Resources even though these might + conceivably still carry file length information. Bugzilla report 45271. + Other changes: --------------