diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 14 |
3 files changed, 11 insertions, 7 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - skalibs version 2.2.1.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.0.1.1 or later: http://skarnet.org/software/execline/ + - execline version 2.0.2.0 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index b830cb9..7b824b0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -86,7 +86,7 @@ with an earlier version. </li> requirement if you link against the shared version of the skalibs library. </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version -2.0.1.1 or later. It's a build-time and run-time requirement. </li> +2.0.2.0 or later. It's a build-time and run-time requirement. </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index 68c0fe1..e94fcfd 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,17 +21,21 @@ <ul> <li> skalibs dependency bumped to 2.2.1.0. </li> + <li> execline dependency bumped to 2.0.2.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> +instead of 255. <strong>Check your finish scripts!</strong> </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> +when the service died, and s6-svstat reports that information. </li> + <li> s6-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> +prefix, in the slashpackage case. </li> + <li> A brand new set of programs, <tt>s6-fdholder*</tt>, to perform +fd-holding. </li> + <li> Catchy blurb on intro page. </li> </ul> <h2> in 2.0.1.0 </h2> |