aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-27 18:35:28 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-27 18:35:28 +0000
commit7dda4a124069438acb19a419a088f5c1ab9b4670 (patch)
treea40ff60573c66f04c11087a32f3fd031e1926615 /doc
parentd533300cb82ebb1d5e206e12961d044ac4f5ad1a (diff)
downloads6-7dda4a124069438acb19a419a088f5c1ab9b4670.tar.gz
pkg-config support, templated configure, etc.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
-rw-r--r--doc/unit-conversion.html2
-rw-r--r--doc/upgrade.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 2162d00..382f03e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with
<li> If you're using <a href="https://www.musl-libc.org/">musl</a> and
want nsswitch-like functionality:
<a href="//skarnet.org/software/nsss/">nsss</a> version
-0.2.0.6 or later (build-time and boot-time) </li>
+0.2.1.0 or later (build-time and boot-time) </li>
</ul>
<h3> Licensing </h3>
@@ -115,7 +115,7 @@ want nsswitch-like functionality:
<h3> Download </h3>
<ul>
- <li> The current released version of s6 is <a href="s6-2.13.1.1.tar.gz">2.13.1.1</a>. </li>
+ <li> The current released version of s6 is <a href="s6-2.13.2.0.tar.gz">2.13.2.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6
git repository</a>:
diff --git a/doc/unit-conversion.html b/doc/unit-conversion.html
index 9ed4db6..13d736c 100644
--- a/doc/unit-conversion.html
+++ b/doc/unit-conversion.html
@@ -924,7 +924,7 @@ with an implementation of systemd's watchdog system. </li>
<p>
All these directives relate to cgroups, so implementing them means
having access to at least some cgroups commands (difficulty at least
-<strong>3</strong>. Others are even more involved, requiring tight
+<strong>3</strong>). Others are even more involved, requiring tight
service integration with the system. Generally, seeing these directives
in your unit files is a bad sign; despite some of them only having
<strong>3</strong> or <strong>4</strong> listed, we do not recommend
diff --git a/doc/upgrade.html b/doc/upgrade.html
index b925162..750beac 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,13 +18,13 @@
<h1> What has changed in s6 </h1>
-<h2> in 2.13.1.1 </h2>
+<h2> in 2.13.2.0 </h2>
<ul>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.14.4.0. </li>
<li> <a href="//skarnet.org/software/nsss/">nsss</a>
-optional dependency bumped to 0.2.0.6. </li>
+optional dependency bumped to 0.2.1.0. </li>
<li> <a href="//skarnet.org/software/execline/">execline</a>
recommended dependency bumped to 2.9.7.0. </li>
</ul>