diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-21 11:46:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-21 11:46:48 +0000 |
commit | 5ad86f2bcb08cbf29d341594f027b810e824a707 (patch) | |
tree | a475c725cf98f0ceba4ffa8883b802dc7ea2c750 | |
parent | ea259e2c9f3f06ae37a8ecf70714e7e2607c0d32 (diff) | |
download | s6-rc-5ad86f2bcb08cbf29d341594f027b810e824a707.tar.xz |
version: 0.2.0.1v0.2.0.1
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 4 |
4 files changed, 7 insertions, 7 deletions
@@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.5.0.1 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.5.1.0 or later: http://skarnet.org/software/skalibs/ - execline version 2.3.0.1 or later: http://skarnet.org/software/execline/ - - s6 version 2.5.0.1 or later: http://skarnet.org/software/s6/ + - s6 version 2.5.1.0 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -4,7 +4,7 @@ In 0.2.0.1 ---------- - Bugfix release. - - Support for timeout-kill (in s6-2.5.1.0) included. + - Support for timeout-kill (in s6-2.5.1.0). In 0.2.0.0 diff --git a/doc/index.html b/doc/index.html index 01a15f5..e4132c5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,11 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.5.0.1 or later </li> +2.5.1.0 or later </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version 2.3.0.1 or later </li> <li> <a href="http://skarnet.org/software/s6/">s6</a> version -2.5.0.1 or later </li> +2.5.1.0 or later </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index e11691a..a35db65 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,11 +22,11 @@ <ul> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.5.0.1. </li> +dependency bumped to 2.5.1.0. </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> dependency bumped to 2.3.0.1. </li> <li> <a href="http://skarnet.org/software/s6/">s6</a> -dependency bumped to 2.5.0.1. </li> +dependency bumped to 2.5.1.0. </li> </ul> <h2> in 0.2.0.0 </h2> |