From 78ebcbd5aaa856fa422e3bb4714c6177008bbf10 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sat, 3 Jul 2004 13:54:15 +0000 Subject: [PATCH] Resolution of Bugzilla 8689 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276676 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index c35d7e1ac..2c1d22eb4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -58,6 +58,8 @@ Changes that could break older environments: Fixed bugs: ----------- +* eliminate memory leak in AntClassLoader. Bugzilla Report 8689. + * subant haltonfailure=false did not catch all failures. Bugzilla Report 27007. * macrodef @@ escaping was broken. Bugzilla Report 27069.