From 069a16ffb9cce0523458ff24b578f548dadfbdaa Mon Sep 17 00:00:00 2001 From: Jacobus Martinus Kruithof Date: Mon, 13 Dec 2004 19:56:55 +0000 Subject: [PATCH] PR: 32566 Updated whatsnew for modified replace git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277192 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 9d5c41ded..e46b82d04 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -36,6 +36,11 @@ Fixed bugs: * was not printing warnings about invalid manifest elements. Bugzilla report 32190 +* got out of memory on large files (part of report 32566). + can now handle files as long as there is enough disk space + is available. + + Other changes: --------------