diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-18 10:20:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-12-18 10:20:17 +0000 |
commit | 688d5d1190c333bc60f2b97c819dffa96365ccdf (patch) | |
tree | 2c885480bd78144cd9a3e08382366e77ffc3a1f4 /doc/index.html | |
parent | e2eb6c0257826ed59b98f5fec5a071624dbe5dfb (diff) | |
download | s6-linux-init-688d5d1190c333bc60f2b97c819dffa96365ccdf.tar.xz |
Prepare for 1.0.7.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html index 8b25887..b9d8c99 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.11.0.0 or later. It's a build-time requirement. It's also a run-time +2.11.1.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.1.0 or later. It is a build-time and boot-time requirement. </li> +2.8.1.1 or later. It is a build-time and boot-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.11.0.0 or later. It is a build-time and boot-time requirement. </li> +2.11.0.1 or later. It is a build-time and boot-time requirement. </li> </ul> <p> @@ -96,7 +96,7 @@ want nsswitch-like functionality: 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> +0.1.1.0 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.4.tar.gz">1.0.6.4</a>. </li> +<a href="s6-linux-init-1.0.7.0.tar.gz">1.0.7.0</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>: |