summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-11-04 14:50:10 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-11-04 14:50:10 +0000
commit1e3982ebb17956daeaae322c485183135fc57b26 (patch)
treecaca269f8d28aeb100399108af98f9e74449480f /NEWS
parentc681d62a23a8b4ca2ecf0d6291a208ca323f0171 (diff)
downloads6-rc-1e3982ebb17956daeaae322c485183135fc57b26.tar.xz
Update documentation, prepare for 0.4.0.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc1e8af..d330e33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
Changelog for s6-rc.
+In 0.4.0.0
+----------
+
+ - s6-rc-compile now accepts several producers in a consumer-for file.
+All the producers for a service will write to the same pipe. In other
+words: pipelines are now funnels.
+ - The pipeline-name file, defining the name of a bundle containing
+all the services in a pipeline, must now be place in the definition
+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.
+
+
In 0.3.0.0
----------