summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-21 17:00:03 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-21 17:00:03 +0200
commit431d4ae1b32d08f25c22d2864f0682b5df64080f (patch)
tree6cfc45a273d9f8e6affea8bc8c72aa9cbb0803c1 /NEWS
parentb6e368fa57b0d6be32bc8a52c409d033f7b36170 (diff)
parent4299e0691a55566865b0e8a9745ee94327c78bca (diff)
downloadcliapp-431d4ae1b32d08f25c22d2864f0682b5df64080f.tar.gz
Merge branch 'master' of git://git.liw.fi/cliapp
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 07ab93c..e76e659 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ NEWS for cliapp
Version 1.20170827+git, not yet released
----------------------------------------
+* The `runcmd` timeout behaviour has changed a little. Previously, a
+ timeout meant the command would be terminated. Termination is now
+ optional: if the `timeout_callback` function returns a true value,
+ termination happens. Otherwise not.
Version 1.20170827, released 2017-08-27
----------------------------------------