diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-15 18:27:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-15 18:27:25 +0000 |
commit | 0a39023fd7229371dd3e505208a1c0e073414ac2 (patch) | |
tree | 9689d12f7b1ae6c0144bbcb446ab1f0ee5dedfff /doc/upgrade.html | |
parent | 9cc5f3b25284ddca50ad1a19a83b1d1153dc9f5d (diff) | |
download | s6-0a39023fd7229371dd3e505208a1c0e073414ac2.tar.xz |
- Readiness notification support in s6-supervise
- s6-notifywhenup deprecated
- Change abundantly documented
- rc for 2.1.4.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 67e0ba1..a124800 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in s6 </h1> +<h2> in 2.1.4.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.3.5.1. </li> + <li> execline dependency bumped to 2.1.2.2. </li> + <li> The <a href="s6-notifywhenup.html">s6-notifywhenup</a> command +has been deprecated. Race-free +<a href="notifywhenup.html">readiness notification</a> can now be implemented +via the <tt>notification-fd</tt> file in a +<a href="servicedir.html">service directory</a>. </li> +</ul> + <h2> in 2.1.3.0 </h2> <ul> |