diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-09 10:38:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-09 10:38:37 +0000 |
commit | 7a6766da53fa06a02d818208c51801dd79e88a54 (patch) | |
tree | 1378bbe390e9cd8077f75efdd6ac1ee79be0bf80 /NEWS | |
parent | f9940bb7d1a6ce7d7772e8cbdbbd55a321cc5c18 (diff) | |
download | s6-rc-7a6766da53fa06a02d818208c51801dd79e88a54.tar.xz |
Replace suffix with prefix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,12 +3,17 @@ Changelog for s6-rc. In 0.3.0.0 ---------- - - s6-rc-init now takes a -s option that adds a suffix to the symbolic links + - s6-rc-init now takes a -p option that adds a prefix to the symbolic links created in the scandir to manage longruns. This allows the user to use the same scandir for several s6-rc databases and live directories without risking -conflicts, if the suffixes are unique enough. +conflicts, if the prefixes are unique enough. + - s6-rc-update does not use random number generation anymore, so it does +not block at boot time. - Bugfixes. + Despite this being a major version release, the compiled service databases +did not change formats; you do not need to recompile your service databases. + In 0.2.1.2 ---------- |