diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index a4d515d..bb56e15 100644 --- a/doc/index.html +++ b/doc/index.html @@ -82,7 +82,7 @@ against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.9.3.0 or later. It is a build-time and boot-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.11.3.2 or later. It is a build-time and boot-time requirement. </li> +2.11.4.0 or later. It is a build-time and boot-time requirement. </li> </ul> <p> @@ -110,7 +110,7 @@ want nsswitch-like functionality: <ul> <li> The current released version of s6-linux-init is -<a href="s6-linux-init-1.1.1.2.tar.gz">1.1.1.2</a>. </li> +<a href="s6-linux-init-1.1.2.0.tar.gz">1.1.2.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>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 8c5e25a..eab645e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,13 +18,15 @@ <h1> What has changed in s6-linux-init </h1> -<h2> in 1.1.1.2 </h2> +<h2> in 1.1.2.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.13.2.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.11.4.0. </li> <li> You should run <a href="s6-linux-init-maker.html">s6-linux-init-maker</a> -again to take advantage of a minor bugfix. </li> +again to take advantage of new features and minor bugfixes. </li> </ul> <h2> in 1.1.1.1 </h2> |