diff options
-rw-r--r-- | INSTALL | 6 | ||||
-rw-r--r-- | doc/index.html | 13 | ||||
-rw-r--r-- | doc/upgrade.html | 10 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 22 insertions, 9 deletions
@@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.2.0.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.0.1.1 or later: http://skarnet.org/software/execline/ - - s6 version 2.0.1.0 or later: http://skarnet.org/software/s6/ + - skalibs version 2.2.1.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.0.2.0 or later: http://skarnet.org/software/execline/ + - s6 version 2.1.0.0 or later: http://skarnet.org/software/s6/ - s6-dns version 2.0.0.2 or later: http://skarnet.org/software/s6-dns/ This software will run on any operating system that implements 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> diff --git a/package/info b/package/info index 8533b1c..87199f8 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-networking -version=2.0.1.0 +version=2.1.0.0 category=net package_macro_name=S6_NETWORKING |