diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-19 00:35:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-19 00:35:34 +0000 |
commit | 5e17662d138fc9c9f70a4422eab059c2bdc9432d (patch) | |
tree | c08d89139b0e0ad5d0ae2ea2446068afa2ffe295 /doc/upgrade.html | |
parent | f13cdf2fa9609644dd0556669889e8c83fa053ff (diff) | |
download | s6-linux-init-5e17662d138fc9c9f70a4422eab059c2bdc9432d.tar.xz |
Add -C and -B options, prepare for 1.0.4.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 0331011..5bc518a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,27 @@ <h1> What has changed in s6-linux-init </h1> +<h2> in 1.0.4.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.6.0.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.9.1.0. </li> + <li> New <tt>-n</tt> option to +<a href="s6-linux-init-hpr.html">s6-linux-init-hpr</a>, to +disable the <tt>sync()</tt> call before the hardware reboot or +power off. </li> + <li> New options added to +<a href="s6-linux-init-maker.html">s6-linux-init-maker</a> and +impacted binaries (<a href="s6-linux-init.html">s6-linux-init</a> +and <a href="s6-linux-init-shutdownd.html">s6-linux-init-shutdownd</a>): + <ul> + <li> <tt>-C</tt>: to boot a s6-based system in a container </li> + <li> <tt>-B</tt>: to disable the catch-all logger </li> + </ul> </li> +</ul> + <h2> in 1.0.3.1 </h2> <ul> |