diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-04 20:20:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-04 20:20:54 +0000 |
commit | 8c22e88befbd6ce76acdc9371683dca43425235e (patch) | |
tree | 205f49a37c8fe0ce1497a6bbb1e2224e878af171 /doc/upgrade.html | |
parent | 11d552a5ef98ab91479c7753997b4d9c51803f96 (diff) | |
download | s6-rc-8c22e88befbd6ce76acdc9371683dca43425235e.tar.xz |
Scrap s6-rc-compile -u/-g, implement uid/self instead. Prepare for 0.5.0.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index d186ffc..5fc4cee 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -30,7 +30,7 @@ minor and bugfix version changes. <h1> What has changed in s6-rc </h1> -<h2> in 0.4.1.1 </h2> +<h2> in 0.5.0.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> @@ -39,6 +39,9 @@ dependency bumped to 2.8.0.0. </li> dependency bumped to 2.5.0.2. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> dependency bumped to 2.8.0.0. </li> + <li> <a href="s6-rc-compile.html">s6-rc-compile</a> does not support the <tt>-u</tt> +or <tt>-g</tt> options anymore; instead, at any time, the user who can operate +a s6-rc database is the user who owns the supervision tree. </li> </ul> <h2> in 0.4.1.0 </h2> |