summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-07-08 13:31:05 +0100
committerPádraig Brady <P@draigBrady.com>2011-07-08 13:54:08 +0100
commit4d90d29899917ec16ea5806a0456501e5e948960 (patch)
tree3af0b546d5b32d0fe761037546866ad9ff9a4621 /NEWS
parent4496c94091f8a6bc95fc1c0868eba632fae99ba3 (diff)
downloadcoreutils-4d90d29899917ec16ea5806a0456501e5e948960.tar.xz
timeout: support cascaded timeouts
* src/timeout.c (cleanup): Send signals directly to the child in case it has started its own process group (like a cascaded timeout command would for example). * test/misc/timeout-group: Add a test case. * NEWS: Mention the fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4b11ed41..62262bdd5 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ GNU coreutils NEWS -*- outline -*-
split --number l/... no longer creates extraneous files in certain cases.
[bug introduced in coreutils-8.8]
+ timeout now sends signals to commands that create their own process group.
+ [bug introduced in coreutils-7.0]
+
** Changes in behavior
chmod, chown and chgrp now output the original attributes in messages,