summaryrefslogtreecommitdiff
path: root/doc/upgrade.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-07-20 20:20:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-07-20 20:20:54 +0000
commita3cdeecf0033919e3b5a79c17c19b5ac98719256 (patch)
tree92a930930f18a4f8ae897b1a69c39358137ce1e2 /doc/upgrade.html
parentbd34de9054cec794d96b0fde1eee9100e1d34215 (diff)
downloads6-a3cdeecf0033919e3b5a79c17c19b5ac98719256.tar.xz
- Add timeout-finish support and "down-readiness"
- LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r--doc/upgrade.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index b6ae2c9..c77992b 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,27 @@
<h1> What has changed in s6 </h1>
+<h2> in 2.2.0.0 </h2>
+
+<ul>
+ <li> skalibs dependency bumped to 2.3.6.0. </li>
+ <li> The internals of <a href="s6-supervise.html">s6-supervise</a> have
+changed; the <tt>supervise/status</tt> file ABI has changed and is not
+compatible with the daemontools/runit <tt>supervise/status</tt> files
+anymore. (This should not impact anything.) </li>
+ <li> <a href="s6-supervise.html">s6-supervise</a> features a
+configurable timeout for <tt>./finish</tt> scripts, via the
+<a href="servicedir.html"><tt>./timeout-finish</tt></a> file. </li>
+ <li> <a href="s6-svwait.html">s6-svwait</a>,
+<a href="s6-svlisten1.html">s6-svlisten1</a> and
+<a href="s6-svlisten.html">s6-svlisten</a> can now wait for a <tt>'D'</tt>
+event, which means the <tt>./finish</tt> script has terminated. </li>
+ <li> The deprecated <tt>s6-notifywhenup</tt> program has been
+removed. </li>
+ <li> The syntax for synchronous <a href="s6-svc.html">s6-svc</a>
+waiting has changed. </li>
+</ul>
+
<h2> in 2.1.6.0 </h2>
<ul>