diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-06-18 15:35:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-06-18 15:35:40 +0000 |
commit | ce49b0504c523820be6ba33ac370da19bf75d9eb (patch) | |
tree | 0f6723002d704b61d5dca30bad0d3d520632ae59 /doc/index.html | |
parent | 8b50d9656a88747ec02767cd3370ff29b82ccf6f (diff) | |
download | s6-rc-ce49b0504c523820be6ba33ac370da19bf75d9eb.tar.xz |
Usability changes for transition failures in s6-rc change
- Add explicit s6-svc -d call for longrun transition failure
- Add SIGTERM and SIGINT handling: kill all longrun transitions
- Doc update
- Credit Lionel
- Prepare for 0.2.1.0
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 39d0208..aec93ff 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,11 @@ scripts are also run in a controlled environment. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.5.1.0 or later </li> +2.5.1.1 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.3.0.1 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.5.1.0 or later </li> +2.6.0.0 or later </li> </ul> <h3> Licensing </h3> @@ -66,7 +66,7 @@ scripts are also run in a controlled environment. <ul> <li> The current released version of s6-rc is -<a href="s6-rc-0.2.0.1.tar.gz">0.2.0.1</a>. </li> +<a href="s6-rc-0.2.1.0.tar.gz">0.2.1.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/">s6-rc git repository</a>: |