diff options
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 11 |
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> |