summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-21 16:59:12 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-21 16:59:12 +0200
commit4299e0691a55566865b0e8a9745ee94327c78bca (patch)
tree4a32cb8f37b655e77796ba2905434dfb1dbd3c33 /NEWS
parent60d1211a481a1f0987b5991537aff62b0d8ba774 (diff)
downloadcliapp-4299e0691a55566865b0e8a9745ee94327c78bca.tar.gz
Change: runcmd timeout/callback behaviour
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fed4802..9d26e3e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ NEWS for cliapp
Version 1.20170823+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.20170823, released 2017-08-23
----------------------------------------