From 6f621798ee0bfd6c19a1b799e4b3e4a5e599a40f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 18 Aug 2010 15:12:53 +0000 Subject: [PATCH] document fix for PR 49587 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986729 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 484c717a6..b963f3bf4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -127,6 +127,11 @@ Fixed bugs: for a bunch of characters, then stealing them from a following . Bugzilla Report 49119. + * Ant could be leaking threads for each forked process (started by + , , or similar tasks) that didn't receive input + from a resource or string explicitly. + Bugzilla Report 49587. + Other changes: --------------