diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 00:27:22 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 00:27:22 +0000 |
| commit | 932d6ee69bc83e72b3e697606cee5429d9a3f363 (patch) | |
| tree | 848c2bc66985eb887f4210c224f52a956ea542e6 /doc | |
| parent | 40ac374aa27798e3ff6f32cf0f2638a98f7e9c8f (diff) | |
| download | s6-rc-932d6ee69bc83e72b3e697606cee5429d9a3f363.tar.gz | |
Add support for disabling rpath; update deps
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 4 | ||||
| -rw-r--r-- | doc/overview.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 98237c4..838ec9c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -49,10 +49,10 @@ 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.14.6.0 or later. It's a build-time requirement. It's also a run-time +2.15.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.9.8.1 or later. It's a build-time <em>and</em> run-time requirement. </li> +2.9.8.2 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.15.0.0 or later. It's a build-time <em>and</em> run-time requirement. </li> </ul> diff --git a/doc/overview.html b/doc/overview.html index 45ebdbe..0419feb 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -228,7 +228,7 @@ calling <a href="s6-rc-compile.html">s6-rc-compile</a>. The databases to add bundles to them, or delete bundles from them. </p> -<h2> Management of source definition directories <h2> +<h2> Management of source definition directories </h2> <p> Starting with version 0.6.0.0, s6-rc provides tools to help users diff --git a/doc/upgrade.html b/doc/upgrade.html index 57e2b84..6a7cdf6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -34,7 +34,7 @@ minor and bugfix version changes. <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.14.6.0. </li> +dependency bumped to 2.15.0.0. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.15.0.0. </li> </ul> |
