summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-06-18 15:35:40 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-06-18 15:35:40 +0000
commitce49b0504c523820be6ba33ac370da19bf75d9eb (patch)
tree0f6723002d704b61d5dca30bad0d3d520632ae59 /NEWS
parent8b50d9656a88747ec02767cd3370ff29b82ccf6f (diff)
downloads6-rc-ce49b0504c523820be6ba33ac370da19bf75d9eb.tar.xz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
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
----------