diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-03 23:22:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-03 23:22:17 +0000 |
commit | c015784fa23921127487aa3668ea5240c6f179ff (patch) | |
tree | 4dc5247f58f338b933a2b894e0cf4d8d2f835788 | |
parent | f8f67fa65189cb7be0d5856f80db3e4b9fadbb05 (diff) | |
download | s6-rc-c015784fa23921127487aa3668ea5240c6f179ff.tar.xz |
version: 0.2.1.1v0.2.1.1
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 17 insertions, 2 deletions
@@ -11,3 +11,4 @@ Thanks to: Colin Booth <cathexis@gmail.com> Casper Ti. Vector <caspervector@gmail.com> Lionel Van Bemten <lionel.van_bemten@nokia.com> + Jesse Young <jlyo@jlyo.org> @@ -1,7 +1,14 @@ Changelog for s6-rc. +In 0.2.1.1 +---------- + + - Bugfix release. + + In 0.2.1.0 ---------- + - Timeouts for oneshots have been increased to 30 seconds. - s6-rc now sends an explicit "s6-svc -d" to a longrun when an up transition fails. @@ -11,6 +18,7 @@ when it receives a SIGINT or a SIGTERM. a transition that is blocked in a "service is not-ready" limbo, and bring back the service to a known "down" state. + In 0.2.0.1 ---------- diff --git a/doc/index.html b/doc/index.html index aec93ff..5fb12d1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -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.1.0.tar.gz">0.2.1.0</a>. </li> +<a href="s6-rc-0.2.1.1.tar.gz">0.2.1.1</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>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 2e4bd72..7ff579f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6-rc </h1> +<h2> in 0.2.1.1 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 0.2.1.0 </h2> <ul> diff --git a/package/info b/package/info index c9b5527..42b0037 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-rc -version=0.2.1.0 +version=0.2.1.1 category=admin package_macro_name=S6RC |