From 5a75e3c69d295de5aaf29cf72d584a7339e0ea87 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Thu, 19 Jan 2012 14:09:00 +0000 Subject: [PATCH] Several bug numbers for 1.8.3 were wrong. Perhaps we should be generating this list from a BZ query? git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1233383 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 6fddaf5b2..f74dfb732 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -71,7 +71,7 @@ Fixed bugs: * ZipFile failed to clean up some resources which could lead to OutOfMemoryException while unzipping large archives. A similar problem in ZipArchiveOutputStream has been fixed as well. - Bugzilla Report 42969. + Bugzilla Report 42696. * quiet attribute added to the copy and move tasks, to be used together with failonerror=false, so warnings won't get logged @@ -103,7 +103,7 @@ Fixed bugs: Bugzilla Report 51947. * packagemapper now honors the handleDirSep attribute. - Bugzilla Report 51068. + Bugzilla Report 51086. * the attributes of macrodef tasks had their values run through property expansion twice. @@ -148,7 +148,7 @@ Other changes: * and have a new attribute performGCOnFailedDelete that may - when set to true - help resolve some problems with deleting empty directories on NFS shares. - Bugzilla Report 45807. + Bugzilla Report 45786. * and used to log at level INFO to signal a property hasn't been set when the resource was empty even if the @@ -162,7 +162,7 @@ Other changes: Bugzilla Report 52096. * URLResources#isExists has become less noisy. - Bugzilla Report 51802. + Bugzilla Report 51829. * The task has a new optional attribute retryDelay that can be used to make the task sleep between retry attempts.