diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 18:24:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 18:24:46 +0000 |
commit | 6696cee3bd309f61fc6c945ef747262a845e9267 (patch) | |
tree | 6bb1a8f54ff0a590d375aece2af01009c94d9206 /doc | |
parent | 4a773dc6d9d36844501994720aca31a4f50d7d52 (diff) | |
download | s6-linux-init-6696cee3bd309f61fc6c945ef747262a845e9267.tar.xz |
Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 16 | ||||
-rw-r--r-- | doc/upgrade.html | 15 |
2 files changed, 23 insertions, 8 deletions
diff --git a/doc/index.html b/doc/index.html index f5e78c4..b6ee197 100644 --- a/doc/index.html +++ b/doc/index.html @@ -73,16 +73,16 @@ 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.10.0.3 or later. It's a build-time requirement. It's also a run-time +2.11.0.0 or later. It's a build-time requirement. It's also a run-time requirement (for <a href="s6-linux-init-maker.html">s6-linux-init-maker</a>) as well as a boot-time requirement (i.e. a run-time requirement for the programs used when you boot a system created with <a href="s6-linux-init-maker.html">s6-linux-init-maker</a>) if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.8.0.1 or later. It is a build-time and boot-time requirement. </li> +2.8.1.0 or later. It is a build-time and boot-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.10.0.3 or later. It is a build-time and boot-time requirement. </li> +2.11.0.0 or later. It is a build-time and boot-time requirement. </li> </ul> <p> @@ -93,10 +93,10 @@ 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.1 or later (build-time and boot-time) </li> +0.1.0.2 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.2 or later (build-time and boot-time) </li> +0.1.0.3 or later (build-time and boot-time) </li> </ul> <p> @@ -116,7 +116,7 @@ all the other packages against the <em>static</em> version of libskarnet. <ul> <li> The current released version of s6-linux-init is -<a href="s6-linux-init-1.0.6.3.tar.gz">1.0.6.3</a>. </li> +<a href="s6-linux-init-1.0.6.4.tar.gz">1.0.6.4</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-init/">s6-linux-init git repository</a>: @@ -177,8 +177,8 @@ permanent error (such as a misuse). <ul> <li> <tt>s6-linux-init</tt> is discussed on the -<a href="//skarnet.org/lists.html#skaware">skaware</a> and -<a href="//skarnet.org/lists.html#supervision">supervision</a> +<a href="//skarnet.org/lists/#skaware">skaware</a> and +<a href="//skarnet.org/lists/#supervision">supervision</a> mailing-lists. </li> <li> There is a <tt>#s6</tt> IRC channel on OFTC. Sometimes people are there and even answer questions. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index df02152..8cd21a9 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,21 @@ <h1> What has changed in s6-linux-init </h1> +<h2> in 1.0.6.4 </h2> + +<ul> + <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> + <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> +dependency bumped to 2.8.1.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.11.0.0. </li> +</ul> + <h2> in 1.0.6.3 </h2> <ul> |