diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-03-08 00:32:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-03-08 00:32:49 +0000 |
commit | 023a7dbe50e04bd514fcc69991606be7f451044d (patch) | |
tree | 42e9ea0de8390d66a54ac7c3c0bba3d5dd46a415 /doc | |
parent | b4070f01c00a07d4f2df6a3ff85eb6f2b1386b84 (diff) | |
download | s6-023a7dbe50e04bd514fcc69991606be7f451044d.tar.xz |
Update execline dep
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 244fa47..b65b704 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs library. </li> <li> (Optional, but really recommended for full functionality): <a href="//skarnet.org/software/execline/">execline</a> version -2.8.2.0 or later. When s6 is built with execline support (which is the default), +2.8.3.0 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> diff --git a/doc/upgrade.html b/doc/upgrade.html index 89b0a71..452e54a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,8 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.11.2.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +optional dependency bumped to 2.8.3.0. </li> </ul> <h2> in 2.11.0.1 </h2> |