summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-04-18 13:33:11 +0000
committerLaurent Bercot <ska@appnovation.com>2024-04-18 13:33:11 +0000
commit8839644def2c898730e21160e73bd3d265d1198b (patch)
tree1f1affdd31f04c955f3543fe6f58d6bf1a63c448
parentd523885d0277ccfbbe5999a6891f481467223912 (diff)
downloads6-8839644def2c898730e21160e73bd3d265d1198b.tar.xz
Prepare for 2.12.0.5
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL2
-rw-r--r--NEWS6
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html7
4 files changed, 16 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 3cb6a92..0657897 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,7 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- skalibs version 2.14.1.1 or later: https://skarnet.org/software/skalibs/
- - Recommended: execline version 2.9.5.0 or later: https://skarnet.org/software/execline/
+ - Recommended: execline version 2.9.5.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.4 or later: https://skarnet.org/software/nsss/
diff --git a/NEWS b/NEWS
index ddf39d2..9a65dda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
Changelog for s6.
+In 2.12.0.5
+-----------
+
+ - Bugfixes.
+
+
In 2.12.0.4
-----------
diff --git a/doc/index.html b/doc/index.html
index 8e8c987..52b108f 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.5.0 or later. When s6 is built with execline support (which is the default),
+2.9.5.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.12.0.4.tar.gz">2.12.0.4</a>. </li>
+ <li> The current released version of s6 is <a href="s6-2.12.0.5.tar.gz">2.12.0.5</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 93e0e6a..f2df2fc 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,13 @@
<h1> What has changed in s6 </h1>
+<h2> in 2.12.0.5 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+recommended dependency bumped to 2.9.5.1. </li>
+</ul>
+
<h2> in 2.12.0.4 </h2>
<ul>