aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-05-29 23:48:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-05-29 23:48:34 +0000
commit241d2079a25d77e090beb0b767984928dbbc8cd6 (patch)
treefa87dee097e6b26b90c7c1a10c2694d947794640 /doc
parenta10457d33ca56fba642bb19d6a21ef0390ef36af (diff)
downloads6-rc-241d2079a25d77e090beb0b767984928dbbc8cd6.tar.gz
Prepare for 0.6.1.2; make s6-rc-init idempotent and more resilient
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html10
-rw-r--r--doc/s6-rc-init.html3
-rw-r--r--doc/upgrade.html11
3 files changed, 19 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index f643e75..ed486bf 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -50,12 +50,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.15.0.0 or later. It's a build-time requirement. It's also a run-time
+2.15.0.1 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.9.1 or later. It's a build-time <em>and</em> run-time requirement. </li>
+2.9.9.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>
+2.15.0.1 or later. It's a build-time <em>and</em> run-time requirement. </li>
</ul>
<h3> Licensing </h3>
@@ -69,8 +69,8 @@ requirement if you link against the shared version of the skalibs library. </li>
<ul>
<li> The current released version of s6-rc is
-<a href="s6-rc-0.6.1.1.tar.gz">0.6.1.1</a>.
-You can access its checksum <a href="s6-rc-0.6.1.1.tar.gz.sha256">here</a>. </li>
+<a href="s6-rc-0.6.1.2.tar.gz">0.6.1.2</a>.
+You can access its checksum <a href="s6-rc-0.6.1.2.tar.gz.sha256">here</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/">s6-rc
git repository</a>:
diff --git a/doc/s6-rc-init.html b/doc/s6-rc-init.html
index 1928534..524057d 100644
--- a/doc/s6-rc-init.html
+++ b/doc/s6-rc-init.html
@@ -148,6 +148,9 @@ without having to change the s6-rc-init invocation in boot scripts. </li>
"live compiled database", and must not be tampered with or deleted.
The only way to free it for deletion is to replace it with another
database, via a call to <a href="s6-rc-update.html">s6-rc-update</a>. </li>
+ <li> <tt>s6-rc-init</tt> is not supposed to be called more than once.
+But if a live s6-rc directory happens to exist, it will attempt to
+reuse it. </li>
</ul>
</body>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index c854a44..d63dc34 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -31,6 +31,17 @@ minor and bugfix version changes.
<h1> What has changed in s6-rc </h1>
+<h2> in 0.6.1.2 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.15.0.1. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.9.9.2. </li>
+ <li> <a href="//skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.15.0.1. </li>
+</ul>
+
<h2> in 0.6.1.1 </h2>
<ul>