You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/18 17:12:53 UTC

svn commit: r986729 - /ant/core/trunk/WHATSNEW

Author: bodewig
Date: Wed Aug 18 15:12:53 2010
New Revision: 986729

URL: http://svn.apache.org/viewvc?rev=986729&view=rev
Log:
document fix for PR 49587

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=986729&r1=986728&r2=986729&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Wed Aug 18 15:12:53 2010
@@ -127,6 +127,11 @@ Fixed bugs:
    for a bunch of characters, then stealing them from a following <input>.
    Bugzilla Report 49119.
 
+ * Ant could be leaking threads for each forked process (started by
+   <exec>, <apply>, <java> or similar tasks) that didn't receive input
+   from a resource or string explicitly.
+   Bugzilla Report 49587.
+
 Other changes:
 --------------