diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-05-05 01:17:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-05-05 01:17:59 +0000 |
commit | 589b9279cbb28da506f306e0b79c0e4a19b59ef8 (patch) | |
tree | ab2681d91da66bb520f551e25fadf35e85a74bd0 /doc | |
parent | 95157aa7d44750e248665744518f453ec65e2636 (diff) | |
download | s6-589b9279cbb28da506f306e0b79c0e4a19b59ef8.tar.xz |
Prepare for 2.10.1.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 7b76097..d8780a6 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.10.0.3.tar.gz">2.10.0.3</a>. </li> + <li> The current released version of s6 is <a href="s6-2.10.1.0.tar.gz">2.10.1.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/upgrade.html b/doc/upgrade.html index 932d4f9..a87f326 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6 </h1> +<h2> in 2.10.1.0 </h2> + +<ul> + <li> <a href="s6-svwait.html">s6-svwait</a> now supports the +<tt>-r</tt> and <tt>-R</tt> options, to wait for service restarts. </li> +</ul> + <h2> in 2.10.0.3 </h2> <ul> |