diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-20 14:57:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-20 14:57:36 +0000 |
commit | 8d032b7ff814b08aba0b23c03cdd589eae98d22a (patch) | |
tree | 468d2fa922978ba08b04bdd7a171399098c68113 /doc | |
parent | fc0a5ac48bd417336f6d3333ac7846d8134579eb (diff) | |
download | s6-8d032b7ff814b08aba0b23c03cdd589eae98d22a.tar.xz |
Prepare for 2.12.0.2; fix scheduling of rescans/restarts in s6-svscan
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 7a110ba..cbec2d5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -115,7 +115,7 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.12.0.1.tar.gz">2.12.0.1</a>. </li> + <li> The current released version of s6 is <a href="s6-2.12.0.2.tar.gz">2.12.0.2</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/upgrade.html b/doc/upgrade.html index a038a4d..e147cc7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6 </h1> +<h2> in 2.12.0.2 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 2.12.0.1 </h2> <ul> |