You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/12/30 14:25:09 UTC

svn commit: r1554209 - /commons/proper/exec/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Mon Dec 30 13:25:09 2013
New Revision: 1554209

URL: http://svn.apache.org/r1554209
Log:
Apache Commons Exec 1.2 RELEASE NOTES file.

Modified:
    commons/proper/exec/trunk/RELEASE-NOTES.txt

Modified: commons/proper/exec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/RELEASE-NOTES.txt?rev=1554209&r1=1554208&r2=1554209&view=diff
==============================================================================
--- commons/proper/exec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/exec/trunk/RELEASE-NOTES.txt Mon Dec 30 13:25:09 2013
@@ -12,19 +12,33 @@ o Set names for started threads.  Issue:
 
 Fixed Bugs:
 
-o Watchdog kills process immediately if timeout is too large.  Issue: EXEC-68. Thanks to Joel McCance. 
-o Applied the patch from Nickolay Martinov but the timeout disguises the fact
-                that the process might be still runnung - therefore added a sanity check in
-                order to throw an exception if the the timeout for join() was exceeded.  Issue: EXEC-57. Thanks to Nickolay Martinov. 
-o Fixed dead lock by calling the timeout observers outside of the synchronized block thereby
-                removing on pre-requisite of a deadlock. Also added a test case to demonstrate that this
-                problem is fixed (which of course can not guarantee the absence of a dead lock).  Issue: EXEC-60. Thanks to Peter Kofler. 
-o Tests fail on HP-UX, because it uses a different syntax for the ping command.  Issue: EXEC-52. Thanks to Nickolay Martinov. 
-o "Write dead end" IOException when using Piped streams w/PumpStreamHandler.
-                When encountering a PipedOutputStream we will automatically close it to avoid
-                the exception.  Issue: EXEC-49. Thanks to Kevin Telford. 
-o Race condition prevent watchdog working using ExecuteStreamHandler.
-                Patch submittd by Kristian Rosenvold.  Issue: EXEC-34. Thanks to Marco Ferrante. 
+o Issue: EXEC-68. 
+  Watchdog kills process immediately if timeout is too large. 
+  Thanks to Joel McCance. 
+  
+o Issue: EXEC-57. 
+  Applied the patch from Nickolay Martinov but the timeout disguises the fact that the process might be still running.
+  Therefore added a sanity check in order to throw an exception if the the timeout for join() was exceeded. 
+  Thanks to Nickolay Martinov.
+   
+o Issue: EXEC-60. 
+  Fixed dead lock by calling the timeout observers outside of the synchronized block thereby removing on pre-requisite of a deadlock. 
+  Also added a test case to demonstrate that this problem is fixed (which of course can not guarantee the absence of a dead lock). 
+  Thanks to Peter Kofler.
+   
+o Issue: EXEC-52. 
+  Tests fail on HP-UX, because it uses a different syntax for the ping command. 
+  Thanks to Nickolay Martinov.
+   
+o Issue: EXEC-49. 
+  "Write dead end" IOException when using Piped streams w/PumpStreamHandler.
+  When encountering a PipedOutputStream we will automatically close it to avoid the exception.  
+  Thanks to Kevin Telford. 
+  
+o Issue: EXEC-34. 
+  Race condition prevent watchdog working using ExecuteStreamHandler.
+  Patch submittd by Kristian Rosenvold. 
+  Thanks to Marco Ferrante. 
 
 For complete information on Apache Commons Exec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Exec website: