From 0ce6fda038a81a8c57ab5467e9feecb0cd9c240c Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 9 Mar 2010 01:34:34 +0000 Subject: [PATCH] one bug fix by Peter Reilly was omitted, Bugzilla 48768, propertyFile git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@920610 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index c6f01b9a0..d5b3a52e1 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -49,7 +49,10 @@ Fixed bugs: Bugzilla Report 48833 * Broken Pipe issue under Ubuntu Linux - Bugzilla Report 48789 + Bugzilla Report 48789 + +* Properties wrongly read from file or not update during read + Bugzilla Report 48768 * AntClassLoader in Ant 1.8.0 has been considerably slower than in 1.7.1