diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 18 insertions, 4 deletions
@@ -8,7 +8,7 @@ Build Instructions - GNU make version 3.81 or later - skalibs version 2.9.2.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.6.0.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.9.1.0 or later: https://skarnet.org/software/s6/ + - s6 version 2.9.2.0 or later: https://skarnet.org/software/s6/ - Optional: nsss version 0.0.2.2 or later: https://skarnet.org/software/nsss/ - Optional: utmps version 0.0.3.2 or later: https://skarnet.org/software/utmps/ @@ -1,5 +1,12 @@ Changelog for s6-linux-init. +In 1.0.4.1 +---------- + + - telinit now completes even when its terminal is killed by the +state change. + + In 1.0.4.0 ---------- diff --git a/doc/index.html b/doc/index.html index c8d6235..e5685de 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,7 +76,7 @@ kernel command line </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.6.0.0 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.9.1.0 or later </li> +2.9.2.0 or later </li> </ul> <p> @@ -110,7 +110,7 @@ all the other packages against the <em>static</em> version of libskarnet. <ul> <li> The current released version of s6-linux-init is -<a href="s6-linux-init-1.0.4.0.tar.gz">1.0.4.0</a>. </li> +<a href="s6-linux-init-1.0.4.1.tar.gz">1.0.4.1</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-init/">s6-linux-init git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index afb2f33..a004216 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6-linux-init </h1> +<h2> in 1.0.4.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.9.1.0. </li> +</ul> + <h2> in 1.0.4.0 </h2> <ul> diff --git a/package/info b/package/info index b20fbe9..f3fbede 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-linux-init -version=1.0.4.0 +version=1.0.4.1 category=admin package_macro_name=S6_LINUX_INIT |