diff options
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index fa441d1..444b763 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -30,6 +30,23 @@ minor and bugfix version changes. <h1> What has changed in s6-rc </h1> +<h2> in 0.4.0.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.6.1.0. </li> + <li> <a href="s6-rc-compile.html">s6-rc-compile</a> now +accepts multiple lines in a <tt>consumer-for</tt> file: a +longrun can now have multiple producers, which means that +pipelines are really funnels. The compiled databases <strong>are not</strong> +compatible with previous versions, and the source databases +<strong>are not</strong> compatible either, because the +<tt>pipeline-name</tt> file must now be present in the definition of +the final consumer of a pipeline, not in the definition of a first +producer (to avoid ambiguity). Edit your databases and recompile +them. </li> +</ul> + <h2> in 0.3.0.0 </h2> <ul> |