diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 4 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -1,10 +1,11 @@ Changelog for s6. -In 2.11.2.1 +In 2.11.3.0 ----------- - Bugfixes. - Internal changes to instances and servicedir reserved names. + - New s6-svc -Q command. In 2.11.2.0 @@ -12,6 +13,7 @@ In 2.11.2.0 - Adaptation to skalibs-2.13.0.0. - Bugfixes. + - New s6-svc -D and s6-svc -U commands. - The name of the service is now passed as an argument to ./run and as the third argument to ./finish. - The 1-second service restart delay can now only be skipped when diff --git a/doc/index.html b/doc/index.html index b1a8c69..6def7d6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -115,7 +115,7 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.11.2.1.tar.gz">2.11.2.1</a>. </li> + <li> The current released version of s6 is <a href="s6-2.11.3.0.tar.gz">2.11.3.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6 git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index e310554..fc80b73 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,11 +18,12 @@ <h1> What has changed in s6 </h1> -<h2> in 2.11.2.1 </h2> +<h2> in 2.11.3.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.13.1.0. </li> + <li> New <a href="s6-svc.html">s6-svc</a> command: <tt>-Q</tt>. </li> </ul> <h2> in 2.11.2.0 </h2> @@ -35,6 +36,7 @@ optional dependency bumped to 0.2.0.2. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> recommended dependency bumped to 2.9.1.0. </li> <li> New feature: implementation of <a href="instances.html">instances</a>. </li> + <li> New <a href="s6-svc.html">s6-svc</a> commands: <tt>-D</tt> and <tt>-U</tt>. </li> </ul> <h2> in 2.11.1.2 </h2> diff --git a/package/info b/package/info index 906d248..78d3ae4 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.11.2.1 +version=2.11.3.0 category=admin package_macro_name=S6 |