diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-03 05:32:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-12-03 05:32:58 +0000 |
commit | 611773a0946f9b1d1b834953236a96cbdfea2211 (patch) | |
tree | 59d7ee729dc4f160dffae116ebfd052362af494e /doc/upgrade.html | |
parent | fc7aa7da7f0e8638707b66b7ea897afb8e1fa355 (diff) | |
download | s6-rc-611773a0946f9b1d1b834953236a96cbdfea2211.tar.xz |
Prepare for 0.5.3.0, add contents.d and dependencies.d support
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 5c75358..1697860 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -30,6 +30,16 @@ minor and bugfix version changes. <h1> What has changed in s6-rc </h1> +<h2> in 0.5.3.0 </h2> + +<ul> + <li> <a href="s6-rc-compile.html">s6-rc-compile</a> now reads +service dependency information from the <tt>dependencies.d</tt> +directory and bundle information from the <tt>contents.d</tt> +directory, instead of the <tt>dependencies</tt> and <tt>contents</tt> +flat files. The old format is still supported, but deprecated. </li> +</ul> + <h2> in 0.5.2.3 </h2> <ul> |