diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-26 03:52:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-26 03:52:56 +0000 |
commit | 5ec0b70b9b0cc387287a1eb3e7aef06a42706eae (patch) | |
tree | daf03da8477c8293cf0772667070e813962e8c04 /doc | |
parent | fd69f337d8bf6ba3aa1c8418edc07ee899f84eb2 (diff) | |
download | s6-5ec0b70b9b0cc387287a1eb3e7aef06a42706eae.tar.xz |
Prepare for 2.11.3.1, rlimit shenanigans
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index c6a9204..4d46f0a 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.2.0 or later. When s6 is built with execline support (which is the default), +2.9.2.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.3.0.tar.gz">2.11.3.0</a>. </li> + <li> The current released version of s6 is <a href="s6-2.11.3.1.tar.gz">2.11.3.1</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 45f5279..43dce08 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in s6 </h1> +<h2> in 2.11.3.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/execline/">execline</a> +recommended dependency bumped to 2.9.2.1. </li> +</ul> + <h2> in 2.11.3.0 </h2> <ul> |