You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/06/26 03:48:12 UTC

svn propchange: r788542 - svn:log

Author: jdcasey
Revision: 788542
Modified property: svn:log

Modified: svn:log at Fri Jun 26 01:48:12 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jun 26 01:48:12 2009
@@ -1 +1 @@
-bumping plexus-utils version to take advantage of bugfixes in CommandLineUtils code, which deals with things like reading envars.
+[MNG-4219] bumping plexus-utils version to take advantage of bugfixes in CommandLineUtils code, which deals with things like reading envars. CommandLineUtils has been a source of process leaks since it didn't read the accompanying stderr stream, which some operating systems require before terminating the process.