diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-12 15:18:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-12 15:18:19 +0000 |
commit | ed3b4565b0f62c1899880963668e61f33e080119 (patch) | |
tree | 7185b742979a14028a4bc8961d5d84e8d512a4f5 | |
parent | dbfebcf0b5e0471772a00b95e0f654b093c1ccef (diff) | |
download | s6-rc-ed3b4565b0f62c1899880963668e61f33e080119.tar.xz |
Update execline dep
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.5.0.1 or later: http://skarnet.org/software/execline/ + - execline version 2.5.1.0 or later: http://skarnet.org/software/execline/ - s6 version 2.8.0.0 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 07f35f9..9b45a45 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,7 +50,7 @@ scripts are also run in a controlled environment. <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version 2.8.0.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.5.0.2 or later </li> +2.5.1.0 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version 2.8.0.0 or later </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index 5fc4cee..120e1e3 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -36,7 +36,7 @@ minor and bugfix version changes. <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.8.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> -dependency bumped to 2.5.0.2. </li> +dependency bumped to 2.5.1.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.8.0.0. </li> <li> <a href="s6-rc-compile.html">s6-rc-compile</a> does not support the <tt>-u</tt> |