diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-20 13:30:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-20 13:30:47 +0000 |
commit | af21e602b1dad1b7fd2c00f570d1d5605b9bb277 (patch) | |
tree | 7242f87f8cdb66dbe1912fcf48d18b5af787e43a /doc/upgrade.html | |
parent | bcd0758e17995c98662cbcaf15eaa62d1fcc8356 (diff) | |
download | s6-linux-init-af21e602b1dad1b7fd2c00f570d1d5605b9bb277.tar.xz |
Improve UX following IRC feedback, prepare for 1.0.1.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 7c27f49..3804ac6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in s6-linux-init </h1> +<h2> in 1.0.1.0 </h2> + +<ul> + <li> <tt>-f</tt> option added to +<a href="s6-linux-init-maker.html">s6-linux-init-maker</a> for use +in distribution packaging scripts with a staging directory. </li> + <li> Permissions on the binaries have been adjusted. </li> + <li> The skeleton <tt>runlevel</tt> script now includes a guard to +avoid calling the service manager without an argument. </li> + <li> The permissions of the <tt>/run/uncaught-logs</tt> directory +in the generated image have been changed to 02750. </li> +</ul> <h2> in 1.0.0.0 </h2> |