diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-03 05:34:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-12-03 05:34:18 +0000 |
commit | ebf2f9dffc704e69bc9fec981299d62a02742701 (patch) | |
tree | c5304cc9f5e7f7bc4c8c2819fdbee57178a7f462 | |
parent | 611773a0946f9b1d1b834953236a96cbdfea2211 (diff) | |
download | s6-rc-ebf2f9dffc704e69bc9fec981299d62a02742701.tar.xz |
Document skalibs dep bump
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.11.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.11.1.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.8.1.0 or later: https://skarnet.org/software/execline/ - s6 version 2.11.0.0 or later: https://skarnet.org/software/s6/ diff --git a/doc/index.html b/doc/index.html index 0bb9aeb..54b7240 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,7 +48,7 @@ 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="//skarnet.org/software/skalibs/">skalibs</a> version -2.11.0.0 or later. It's a build-time requirement. It's also a run-time +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> diff --git a/doc/upgrade.html b/doc/upgrade.html index 1697860..302d6a1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -33,6 +33,8 @@ minor and bugfix version changes. <h2> in 0.5.3.0 </h2> <ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.11.1.0. </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> |