From ce49b0504c523820be6ba33ac370da19bf75d9eb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 18 Jun 2017 15:35:40 +0000 Subject: Usability changes for transition failures in s6-rc change - Add explicit s6-svc -d call for longrun transition failure - Add SIGTERM and SIGINT handling: kill all longrun transitions - Doc update - Credit Lionel - Prepare for 0.2.1.0 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3c9d5b5..0288f64 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ Changelog for s6-rc. +In 0.2.1.0 +---------- + - Timeouts for oneshots have been increased to 30 seconds. + - s6-rc now sends an explicit "s6-svc -d" to a longrun when an +up transition fails. + - s6-rc now kills subprocesses waiting on longrun transitions +when it receives a SIGINT or a SIGTERM. + + Those two changes combined ensure that a user can interrupt +a transition that is blocked in a "service is not-ready" limbo, and +bring back the service to a known "down" state. + In 0.2.0.1 ---------- -- cgit v1.2.3