diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-19 07:59:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-12-19 07:59:28 +0000 |
commit | 29479981c5203d9d12b4e89f0e98c5655d83e684 (patch) | |
tree | 790778a481c7a18cef9d4d5ffc172bff4729bb42 /doc | |
parent | 9476ff00b83555bc5f46be08cdd31bf579450e81 (diff) | |
download | s6-rc-29479981c5203d9d12b4e89f0e98c5655d83e684.tar.xz |
Update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 54b7240..bfc050f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,9 +51,9 @@ scripts are also run in a controlled environment. 2.11.1.0 or later. It's a build-time requirement. It's also a run-time requirement 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's a build-time <em>and</em> run-time requirement. </li> +2.8.2.0 or later. It's a build-time <em>and</em> run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.11.0.0 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.11.0.1 or later. It's a build-time <em>and</em> run-time requirement. </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index 302d6a1..a001dee 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -35,6 +35,10 @@ minor and bugfix version changes. <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.11.1.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.8.2.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.11.0.1. </li> <li> <a href="s6-rc-compile.html">s6-rc-compile</a> now reads service dependency information from the <tt>dependencies.d</tt> directory and bundle information from the <tt>contents.d</tt> |