diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -10,7 +10,7 @@ Build Instructions - execline version 2.8.1.0 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) - - Optional: nsss version 0.1.0.2 or later: https://skarnet.org/software/nsss/ + - Optional: nsss version 0.2.0.0 or later: https://skarnet.org/software/nsss/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -10,6 +10,7 @@ In 2.11.0.0 starting a service, protecting against concurrent instances. - s6/lock.h, s6/supervise.h, s6/fdholder.h: simpler header names - New binaries: s6-svlink, s6-svunlink + - s6-ioconnect bugfix; does not support zero-copy anymore. In 2.10.0.3 diff --git a/doc/index.html b/doc/index.html index 54a076a..84c2d4a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.1.0.2 or later (build-time and boot-time) </li> +0.2.0.0 or later (build-time and boot-time) </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index 44efbb2..a68245c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -24,7 +24,7 @@ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.11.0.0. </li> <li> <a href="//skarnet.org/software/nsss/">nsss</a> -optional dependency bumped to 0.1.0.2. </li> +optional dependency bumped to 0.2.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> optional dependency bumped to 2.8.1.0. </li> <li> <a href="s6-svwait.html">s6-svwait</a> now supports the |