diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-26 14:04:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-26 14:04:26 +0000 |
commit | 14b27c8c0c59f540b1209649c16fdcd9de9839ea (patch) | |
tree | 230bb463f53cc79d6ba7a27b7bad5b04f7d135b2 | |
parent | 6d578b26c53607f8b962089d0275ce0ee9e9c789 (diff) | |
download | s6-linux-init-bd528e68ee3376a9c6d47af26a9dfbd85aff18b1.tar.xz |
version: 1.0.6.4v1.0.6.4
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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
@@ -7,7 +7,7 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - skalibs version 2.11.0.0 or later: https://skarnet.org/software/skalibs/ - - 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/ - Optional: utmps version 0.1.0.3 or later: https://skarnet.org/software/utmps/ - execline version 2.8.1.0 or later: https://skarnet.org/software/execline/ - s6 version 2.11.0.0 or later: https://skarnet.org/software/s6/ @@ -4,6 +4,7 @@ In 1.0.6.4 ---------- - Adapt to skalibs-2.11.0.0. + - Make s6-l-i work even in a CONFIG_TTY=n situation. In 1.0.6.3 diff --git a/doc/index.html b/doc/index.html index b6ee197..8b25887 100644 --- a/doc/index.html +++ b/doc/index.html @@ -93,7 +93,7 @@ against the shared version of the skalibs library. </li> <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> <li> If you want secure utmp functionality: <a href="//skarnet.org/software/utmps/">utmps</a> version 0.1.0.3 or later (build-time and boot-time) </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 8cd21a9..133eed5 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/utmps/">utmps</a> optional dependency bumped to 0.1.0.3. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> |