summaryrefslogtreecommitdiff
path: root/doc/upgrade.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-19 16:11:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-19 16:11:24 +0000
commit701540827e27a4f07ac725db3ce361d3be0c106f (patch)
tree98c4b2fb8ba8f69ef791feebdcd61cd5bca34140 /doc/upgrade.html
parent83853a80eb18238796154164f9ea776b0c167ab7 (diff)
downloads6-701540827e27a4f07ac725db3ce361d3be0c106f.tar.xz
- added the s6_fdholder library to libs6. (Nothing useful yet.)
- fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat)
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r--doc/upgrade.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 5a1b1ec..68c0fe1 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -17,12 +17,21 @@
<h1> What has changed in s6 </h1>
-<h2> in 2.0.2.0 </h2>
+<h2> in 2.1.0.0 </h2>
<ul>
+ <li> skalibs dependency bumped to 2.2.1.0. </li>
<li> Unix domain socket utilities moved from the
<a href="http://skarnet.org/software/s6-networking/">s6-networking</a>
package to s6. </li>
+ <li> <tt>./finish</tt> argument for "service crashed" is now 256
+instead of 255 </li>
+ <li> <tt>supervise/status</tt> now includes wstat information
+when the service died, svstat reports it </li>
+ <li> svstat now reports symbolic signal information by default,
+use <tt>-n</tt> to get the old behaviour </li>
+ <li> s6-log now properly calls execlineb with its installation
+prefix, in the slashpackage case </li>
</ul>
<h2> in 2.0.1.0 </h2>