aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-06-14 04:37:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-06-14 04:37:32 +0000
commit87b8fcabeecf2a9cff2ca596da54d6c1cf17d89f (patch)
treebc07d6d01afac944925d43108fda8b91ef2fe12f /doc/index.html
parent958958d74337a6ddaf649968d188e768984100e0 (diff)
downloads6-rc-87b8fcabeecf2a9cff2ca596da54d6c1cf17d89f.tar.gz
Prepare for 0.7.0.0; lots of changes!
- s6-rc-bundle deleted. Changing bundles without recompiling is not supported anymore. (It works, but it incentivizes poor workflows; it is better to handle stuff at the source level and recompile when in doubt, that's what s6-frontend does.) - new db format, need to recompile and use s6-rc-format-upgrade on new live db - support for the reload-signal file in service directories - new reload scripts for oneshots (which is why the db format has changed) - new "s6-rc reload" command, calling s6-svc -l on longruns (which makes use of reload-signal, HUP by default) and the reload script on oneshots - the live state now tracks when a service has been explicitly brought up as opposed to by pulled by dependencies. Nothing uses the feature for now but now the tech is there for an auto-stop-if-unneeded feature.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 426bdb5..1278c18 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -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.2.0.tar.gz">0.6.2.0</a>.
-You can access its checksum <a href="s6-rc-0.6.2.0.tar.gz.sha256">here</a>. </li>
+<a href="s6-rc-0.7.0.0.tar.gz">0.7.0.0</a>.
+You can access its checksum <a href="s6-rc-0.7.0.0.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>:
@@ -106,7 +106,6 @@ the previous versions of s6-rc and the current one. </li>
<ul>
<li> <a href="s6-rc-compile.html">The <tt>s6-rc-compile</tt> program</a> </li>
<li> <a href="s6-rc-db.html">The <tt>s6-rc-db</tt> program</a> </li>
- <li> <a href="s6-rc-bundle.html">The <tt>s6-rc-bundle</tt> program</a> </li>
</ul>
<h4> Online tools: managing your live services </h4>