summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-01-30 15:35:01 +0200
committerLars Wirzenius <liw@liw.fi>2015-01-30 15:35:01 +0200
commitf6327082af04d07eeb5195815c98d98862c64ba6 (patch)
tree405110eb1921bda9ed3af6f1fc4e07997f89cae0 /NEWS
parentef83e31fab01d83f6b96cbb886906e355c6893bf (diff)
downloadcliapp-f6327082af04d07eeb5195815c98d98862c64ba6.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca50e4a..f831ace 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,13 @@ Version UNRELEASED
captured stdout/stderr output from the pipeline. This allows, for
example, progress reporting during a long-running command.
+* Richard Maw and Richard Ipsum fixed `cliapp.runcmd` to close file
+ descriptors correctly, to make `cliapp.runcmd(['cat', '/dev/zero'],
+ ['false'])` work correctly. Previously, the pipeline would never
+ finish, but now it does, because closing an unnecessary file
+ descriptor in the parent results in `SIGPIPE` being sent to the
+ `cat` process once `false` terminates.
+
Version 1.20140719
------------------