diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-04 10:35:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-04 10:35:03 +0000 |
commit | d809751133ebadd756348e177255680285ea91a6 (patch) | |
tree | 292a8b3452cdb5f842c8d6280f0490657fd90c2a | |
parent | 5ae06a9a14c43fd36425f1c280158608948be303 (diff) | |
download | s6-rc-d809751133ebadd756348e177255680285ea91a6.tar.xz |
version: 0.4.0.0v0.4.0.0
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2015-2017 Laurent Bercot <ska-skaware@skarnet.org> +Copyright (c) 2015-2018 Laurent Bercot <ska-skaware@skarnet.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -12,6 +12,8 @@ directory of the last consumer in the pipeline, instead of the definition directory of the first producer (since the latter is not unique anymore). - All service databases must be edited and recompiled. + - New tool: s6-rc-format-upgrade, to handle the upgrade to the new +compiled format. In 0.3.0.0 diff --git a/doc/upgrade.html b/doc/upgrade.html index 3d384d6..b013db9 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -49,6 +49,7 @@ compatible with previous versions, and the source databases the final consumer of a pipeline, not in the definition of a first producer (to avoid ambiguity). Edit your databases and recompile them. </li> + <li> New tool: <a href="s6-rc-format-upgrade.html">s6-rc-format-upgrade</a> </li> </ul> <h2> in 0.3.0.0 </h2> |