diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-15 12:57:03 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-15 12:57:03 +0000 |
| commit | b712f91b2efc468e8760f394a4f5b6faecc87e3b (patch) | |
| tree | 59aa0779902c73036e1ab14fa6ebb0d13802a0f6 /doc | |
| parent | c4ca49d1fd567d0a040a5adbb09b610ffc38afec (diff) | |
| download | s6-b712f91b2efc468e8760f394a4f5b6faecc87e3b.tar.gz | |
Prepare for 2.15.0.1; fix s6-accessrules-cdb-from-fs args numbering
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 8 | ||||
| -rw-r--r-- | doc/upgrade.html | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 9da9001..53d0b49 100644 --- a/doc/index.html +++ b/doc/index.html @@ -84,12 +84,12 @@ with s6</a> </li> <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 or later. It's a build-time requirement. It's also a run-time 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.9.0 or later. When s6 is built with execline support (which is the default), +2.9.9.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> @@ -116,8 +116,8 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.15.0.0.tar.gz">2.15.0.0</a>. -You can access its checksum <a href="s6-2.15.0.0.tar.gz.sha256">here</a>. </li> + <li> The current released version of s6 is <a href="s6-2.15.0.1.tar.gz">2.15.0.1</a>. +You can access its checksum <a href="s6-2.15.0.1.tar.gz.sha256">here</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 e8cedc5..e8cf485 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,6 +19,15 @@ <h1> What has changed in s6 </h1> +<h2> in 2.15.0.1 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.15.0.1. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +recommended dependency bumped to 2.9.9.1. </li> +</ul> + <h2> in 2.15.0.0 </h2> <ul> |
