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 /NEWS | |
parent | 11d552a5ef98ab91479c7753997b4d9c51803f96 (diff) | |
download | s6-rc-8c22e88befbd6ce76acdc9371683dca43425235e.tar.gz s6-rc-8c22e88befbd6ce76acdc9371683dca43425235e.tar.xz s6-rc-8c22e88befbd6ce76acdc9371683dca43425235e.zip |
Scrap s6-rc-compile -u/-g, implement uid/self instead. Prepare for 0.5.0.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 88b559d..84759a1 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ Changelog for s6-rc. -In 0.4.1.1 +In 0.5.0.0 ---------- - Adaptation to skalibs-2.8.0.0 and s6-2.8.0.0 - Bugfixes. + - s6-rc-compile doesn't support -u and -g anymore; the user who +can run s6-rc on a database is the user who owns the supervision tree. In 0.4.1.0 |