diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-27 16:54:09 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-27 16:54:09 +0000 |
| commit | b2ace52d7187d21038f63d4c4c551a0a2b3cd4c6 (patch) | |
| tree | a5af4ccb231bb6524040cf34009d009d3d7012ea /doc | |
| parent | 2c7b780bdb204caac3faf5613051d71a58de4017 (diff) | |
| download | s6-networking-b2ace52d7187d21038f63d4c4c551a0a2b3cd4c6.tar.gz | |
Prepare for next version, fix configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 14 | ||||
| -rw-r--r-- | doc/upgrade.html | 17 |
2 files changed, 24 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html index 95a32d7..b413c55 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,24 +55,24 @@ as extensions to the s6 ecosystem. <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.14.3.0 or later. It's a build-time requirement. It's also a run-time +2.14.4.0 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 recommended) <a href="//skarnet.org/software/execline/">execline</a> version -2.9.6.1 or later. It's a build-time and run-time requirement. </li> +2.9.7.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.13.1.0 or later. It's a build-time and run-time requirement. </li> +2.13.1.1 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version -2.4.0.0 or later. It's a build-time requirement. It's also a run-time +2.4.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 s6-dns libraries. </li> <li> If you want to build the secure communication tools: <ul> <li> Either <a href="https://bearssl.org/">BearSSL</a> version 0.6 or later. </li> - <li> Or <a href="https://libressl.org/">LibreSSL</a> version 3.9.2 + <li> Or <a href="https://libressl.org/">LibreSSL</a> version 4.0.0 or later. </li> - <li> Or <a href="https://openssl.org/">OpenSSL</a> version 3.3.1 + <li> Or <a href="https://openssl.org/">OpenSSL</a> version 3.4.1 or later <em>and</em> <a href="https://git.causal.agency/libretls/about/">LibreTLS</a> version 3.8.1 or later. </li> @@ -91,7 +91,7 @@ run-time requirement if you link against its shared version. </li> <ul> <li> The current released version of s6-networking is -<a href="s6-networking-2.7.0.4.tar.gz">2.7.0.4</a>. </li> +<a href="s6-networking-2.7.0.5.tar.gz">2.7.0.5</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-networking/">s6-networking git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 5e91a7b..7afae6d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,23 @@ <h1> What has changed in s6-networking </h1> +<h2> in 2.7.0.5 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.4.0 </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +optional dependency bumped to 2.9.7.0 </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.13.1.1 </li> + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> +dependency bumped to 2.4.0.1 </li> + <li> <a href="https://libressl.org">LibreSSL</a> +optional dependency bumped to 4.0.0 </li> + <li> <a href="https://openssl.org">OpenSSL</a> +optional dependency bumped to 3.4.1 </li> +</ul> + <h2> in 2.7.0.4 </h2> <ul> |
