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/index.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/index.html')
-rw-r--r-- | doc/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 9f49abb..29e8181 100644 --- a/doc/index.html +++ b/doc/index.html @@ -84,11 +84,11 @@ with s6</a> </li> <li> GNU make, version 4.0 or later. Please be aware that s6 will not build with an earlier version. </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.3.2.0 or later. It's a build-time requirement. It's also a run-time +2.3.5.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version -2.1.1.0 or later. It's a build-time and run-time requirement. </li> +2.1.2.2 or later. It's a build-time and run-time requirement. </li> </ul> <h3> Licensing </h3> @@ -101,7 +101,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.1.3.0.tar.gz">2.1.3.0</a>. </li> + <li> The current released version of s6 is <a href="s6-2.1.4.0.tar.gz">2.1.4.0</a>. </li> <li> Alternatively, you can checkout a copy of the s6 git repository: <pre> git clone git://git.skarnet.org/s6 </pre> </li> <li> There's also a @@ -153,7 +153,8 @@ a user interface to control those processes and monitor service states. <li><a href="s6-svwait.html">The <tt>s6-svwait</tt> program</a></li> <li><a href="s6-svlisten1.html">The <tt>s6-svlisten1</tt> program</a></li> <li><a href="s6-svlisten.html">The <tt>s6-svlisten</tt> program</a></li> -<li><a href="s6-notifywhenup.html">The <tt>s6-notifywhenup</tt> program</a> </li> +<li><a href="s6-notifywhenup.html">The <tt>s6-notifywhenup</tt> program</a> +<strong>(deprecated)</strong></li> </ul> <h4> Daemontools-like utilities </h4> |