summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-19 11:52:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-19 11:52:33 +0000
commit4c43193fa3f7b49e68778d7345759f27c883072f (patch)
tree39cb30449a11ca154b70f3beb27efac33bbc836d /NEWS
parent7017c7631eafee5b752904064a6d0daec94f32d9 (diff)
downloads6-4c43193fa3f7b49e68778d7345759f27c883072f.tar.xz
Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cc6cc59..e12b1e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,17 @@
Changelog for s6.
-In 2.5.0.1
+In 2.5.1.0
----------
- Bugfix release.
- s6-ftrig-listen1 now prints to stdout the last event (the last
byte) it received and made it match the regexp it was given.
-This is a bugfix. :)
+ - s6-supervise now recognizes the "timeout-kill" file in a service
+directory. If this file exists and contains a nonzero integer t,
+the behaviour of a "s6-svc -d" command is changed from
+"send a SIGTERM and a SIGCONT" to "send a SIGTERM and a SIGCONT,
+then if the service is still not dead after t milliseconds, send
+a SIGKILL".
In 2.5.0.0
@@ -28,4 +33,3 @@ no such file, it's run in a new session (same behaviour as before).
stream.
- s6-log's individual file size limit bumped to 256 MB.
- Various bugfixes. (thanks jjk!)
-