From 778b198fb8709154142ead6d74bd5da3216eb76c Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Mon, 27 Feb 2012 22:18:04 +0000 Subject: [PATCH] Mentioning recent fixes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1294363 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 028e4af5a..749093a27 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -11,6 +11,9 @@ Fixed bugs: unmentioned relative path like the internal resolver does. Bugzilla Report 52754. + * Fixed some potential stream leaks. + Bugzilla Reports 52738, 52740, 52742. + Other changes: --------------