diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:24 +0000 |
commit | dfc83dd740beaa46b637b87b5a804abf1cff7bee (patch) | |
tree | 0ee7cc4237e5ff1a33fa8a2612191b42c3821d17 /doc | |
parent | 3711b42ef5ec02efff8f9db3c1b736cacc692f89 (diff) | |
download | s6-linux-init-dfc83dd740beaa46b637b87b5a804abf1cff7bee.tar.xz |
Add spawn_lib support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 12 | ||||
-rw-r--r-- | doc/upgrade.html | 15 |
2 files changed, 21 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index 9906135..47226b4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,15 +50,15 @@ a small FAQ. <li> A Linux-based system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.3.10.0 or later </li> +2.4.0.0 or later </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version -2.1.5.0 or later </li> +2.2.0.0 or later </li> <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> version -2.0.6.0 or later </li> - <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> version 2.1.0.0 or later </li> + <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> version +2.2.0.0 or later </li> <li> <a href="http://skarnet.org/software/s6/">s6</a> version -2.3.0.0 or later </li> +2.4.0.0 or later </li> </ul> <p> @@ -86,7 +86,7 @@ against the shared version of the skalibs library, it also becomes a <ul> <li> The current released version of s6-linux-init is -<a href="s6-linux-init-0.1.0.0.tar.gz">0.1.0.0</a>. </li> +<a href="s6-linux-init-0.2.0.0.tar.gz">0.2.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="http://git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-init/">s6-linux-init git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 393b13a..49dbb2e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,21 @@ <h1> What has changed in s6-linux-init </h1> +<h2> in 0.2.0.0 </h2> + +<ul> + <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.4.0.0. </li> + <li> <a href="http://skarnet.org/software/execline/">execline</a> +dependency bumped to 2.2.0.0. </li> + <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> +dependency bumped to 2.1.0.0. </li> + <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> +dependency bumped to 2.2.0.0. </li> + <li> <a href="http://skarnet.org/software/s6/">s6</a> +dependency bumped to 2.4.0.0. </li> +</ul> + <h2> in 0.1.0.0 </h2> <ul> |