diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-06-28 20:59:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-06-28 20:59:39 +0000 |
commit | 6a3d23f3de97ab4cfa83e2025800569249113309 (patch) | |
tree | 28d06789df0f8858b80e4b7b94799d3ddf5d8f2c | |
parent | ef34881158cd05335f7a3dd9de506d31e45c59e8 (diff) | |
download | s6-6a3d23f3de97ab4cfa83e2025800569249113309.tar.xz |
Prepare for 2.11.1.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.12.0.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.0.0 or later: https://skarnet.org/software/execline/ + - execline version 2.9.0.1 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) - Optional: nsss version 0.2.0.1 or later: https://skarnet.org/software/nsss/ @@ -1,5 +1,11 @@ Changelog for s6. +In 2.11.1.2 +----------- + + - Bugfixes. + + In 2.11.1.1 ----------- diff --git a/doc/index.html b/doc/index.html index b9c7bbb..7247511 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs library. </li> <li> (Optional, but really recommended for full functionality): <a href="//skarnet.org/software/execline/">execline</a> version -2.9.0.0 or later. When s6 is built with execline support (which is the default), +2.9.0.1 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> @@ -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.1.1.tar.gz">2.11.1.1</a>. </li> + <li> The current released version of s6 is <a href="s6-2.11.1.2.tar.gz">2.11.1.2</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 193a8a4..dabe6ed 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6 </h1> +<h2> in 2.11.1.2 </h2> + +<ul> + <li> <a href="//skarnet.org/software/execline/">execline</a> +optional dependency bumped to 2.9.0.1. </li> +</ul> + <h2> in 2.11.1.1 </h2> <ul> diff --git a/package/info b/package/info index bf699b0..34d1684 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.11.1.1 +version=2.11.1.2 category=admin package_macro_name=S6 |