diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 02:15:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 02:15:31 +0000 |
commit | bb68e38a10ff9932617cbaae9625bfa3e6b8e616 (patch) | |
tree | 76424546a08438bcafa78c84235f4b5a64e8d9f9 /doc | |
parent | ebfd0ba17e0d4b220725018d16e294e8e22a1745 (diff) | |
download | s6-networking-bb68e38a10ff9932617cbaae9625bfa3e6b8e616.tar.xz |
Doc update and version number fix.v2.1.0.0
Version: 2.1.0.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 13 | ||||
-rw-r--r-- | doc/upgrade.html | 10 |
2 files changed, 18 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index c6d61fa..5529ada 100644 --- a/doc/index.html +++ b/doc/index.html @@ -41,13 +41,17 @@ compiled with IPv6 support, s6-networking is IPv6-ready. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 4.0 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.2.0.0 or later </li> +2.2.0.0 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.0.1.1 or later </li> +2.0.2.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="http://skarnet.org/software/s6/">s6</a> version -2.0.2.0 or later </li> +2.1.0.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="http://skarnet.org/software/s6-dns/">s6-dns</a> version -2.0.0.2 or later </li> +2.0.0.2 or later. It's a build-time requirement. It's also a run-time +requirement if you link against the shared version of the s6-dns +libraries. </li> </ul> <h3> Licensing </h3> @@ -119,7 +123,6 @@ relevant page. <ul> <li><a href="s6-tcpserver-access.html">The <tt>s6-tcpserver-access</tt> program</a></li> -<li><a href="s6-ipcserver-access.html">The <tt>s6-ipcserver-access</tt> program</a></li> </ul> <h4> IDENT protocol implementation </h4> diff --git a/doc/upgrade.html b/doc/upgrade.html index 65964fc..486d9a1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,16 @@ <h1> What has changed in s6-networking </h1> +<h2> in 2.1.0.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.2.1.0. </li> + <li> execline dependency bumped to 2.0.2.0. </li> + <li> s6 dependency bumped to 2.1.0.0 </li> + <li> The access control functions and Unix domain programs have moved over to s6. +The access control function names have changed. </li> +</ul> + <h2> in 2.0.1.0 </h2> <ul> |