diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 11:29:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 11:29:33 +0000 |
commit | 50e291182f8b8bf0d170b65a8fa6a32430427f96 (patch) | |
tree | d06030fc7e7c875dc27e97f3deb0c5e279da22e4 | |
parent | 9969d7437fa6786782e6c780fbadd6561220ccfe (diff) | |
download | s6-linux-init-50e291182f8b8bf0d170b65a8fa6a32430427f96.tar.xz |
Prepare for 1.0.6.3
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 17 insertions, 4 deletions
@@ -8,7 +8,7 @@ Build Instructions - GNU make version 3.81 or later - skalibs version 2.10.0.3 or later: https://skarnet.org/software/skalibs/ - Optional: nsss version 0.1.0.1 or later: https://skarnet.org/software/nsss/ - - Optional: utmps version 0.1.0.1 or later: https://skarnet.org/software/utmps/ + - Optional: utmps version 0.1.0.2 or later: https://skarnet.org/software/utmps/ - execline version 2.8.0.1 or later: https://skarnet.org/software/execline/ - s6 version 2.10.0.3 or later: https://skarnet.org/software/s6/ @@ -1,5 +1,11 @@ Changelog for s6-linux-init. +In 1.0.6.3 +---------- + + - Fixed management of wtmp (i.e. don't manage it at all) + + In 1.0.6.2 ---------- diff --git a/doc/index.html b/doc/index.html index 9fef90c..a94220b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -96,7 +96,7 @@ want nsswitch-like functionality: 0.1.0.1 or later (build-time and boot-time) </li> <li> If you want secure utmp functionality: <a href="//skarnet.org/software/utmps/">utmps</a> version -0.1.0.1 or later (build-time and boot-time) </li> +0.1.0.2 or later (build-time and boot-time) </li> </ul> <p> @@ -116,7 +116,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.6.2.tar.gz">1.0.6.2</a>. </li> +<a href="s6-linux-init-1.0.6.3.tar.gz">1.0.6.3</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 00a3baa..df02152 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.6.3 </h2> + +<ul> + <li> <a href="//skarnet.org/software/utmps/">utmps</a> +optional dependency bumped to 0.1.0.2. </li> +</ul> + <h2> in 1.0.6.2 </h2> <ul> diff --git a/package/info b/package/info index 90e5b6a..df01859 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-linux-init -version=1.0.6.2 +version=1.0.6.3 category=admin package_macro_name=S6_LINUX_INIT |