diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 18:17:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 18:17:03 +0000 |
commit | e8adbdceada4d409a6c7c6bfb1d499fc0782a392 (patch) | |
tree | 5728eda247d51bfc62051c1cf92e4d7934666157 /doc | |
parent | 4c18b9be91deeb69be0e773ca85c92fc2a149754 (diff) | |
download | s6-rc-e8adbdceada4d409a6c7c6bfb1d499fc0782a392.tar.xz |
Update dependencies, adjust to skalibs-2.11.0.0 apis
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 14d3a26..6934102 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,12 +48,12 @@ 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.10.0.3 or later. It's a build-time requirement. It's also a run-time +2.11.0.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.0.1 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.8.1.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.10.0.3 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.11.0.0 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 9661750..5c75358 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -33,7 +33,12 @@ minor and bugfix version changes. <h2> in 0.5.2.3 </h2> <ul> - <li> No functional changes. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.11.0.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.8.1.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.11.0.0. </li> </ul> <h2> in 0.5.2.2 </h2> |