summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--doc/index.html10
-rw-r--r--doc/upgrade.html12
3 files changed, 17 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index ec6d1cc..d26c106 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Changelog for s6-linux-init.
In 1.0.3.0
----------
+ - Compatibility with skalibs-2.9.0.0.
- s6-linux-init now activates ctrl-alt-del management by
default (no need to manually configure it via sysctl in stage 2
anymore.)
diff --git a/doc/index.html b/doc/index.html
index 4a2dcea..2d866f4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -72,11 +72,11 @@ kernel command line </li>
<li> A Linux-based system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.8.1.0 or later </li>
+2.9.0.0 or later </li>
<li> <a href="//skarnet.org/software/execline/">execline</a> version
-2.5.1.0 or later </li>
+2.5.2.0 or later </li>
<li> <a href="//skarnet.org/software/s6/">s6</a> version
-2.8.0.1 or later </li>
+2.9.0.0 or later </li>
</ul>
<p>
@@ -87,10 +87,10 @@ kernel command line </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.0.1.1 or later </li>
+0.0.2.0 or later </li>
<li> If you want secure utmp functionality:
<a href="//skarnet.org/software/utmps/">utmps</a> version
-0.0.2.2 or later </li>
+0.0.3.0 or later </li>
</ul>
<p>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index a1d1ab3..761bd6e 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,12 +21,22 @@
<h2> in 1.0.3.0 </h2>
<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.9.0.0. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.5.2.0. </li>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.9.0.0. </li>
+ <li> <a href="//skarnet.org/software/nsss/">nsss</a>
+optional dependency bumped to 0.0.2.0. </li>
+ <li> <a href="//skarnet.org/software/utmps/">utmps</a>
+optional dependency bumped to 0.0.3.0. </li>
<li> Ctrl-Alt-Del management is now activated by default, instead
of requiring a sysctl setting in stage 2. </li>
<li> <a href="s6-linux-init-umountall.html">s6-linux-init-umountall</a>
now skips the first instance of <tt>/dev</tt>, <tt>/proc</tt> and <tt>sys</tt>. </li>
<li> stage 4 (after every process has been killed and the filesystems have
-been unmounted) now calls a new user script, <tt>rc.shutdown.final</tt>.
+been unmounted) now calls a new user script, <tt>rc.shutdown.final</tt>. </li>
</ul>
<h2> in 1.0.2.1 </h2>