diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-21 10:56:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-21 10:56:01 +0000 |
commit | 2269af1457817b7a3b9b51cc0512d5f29e1fc7a5 (patch) | |
tree | 2960cad413d26ea6c32355f4bcd9885b31281b73 /doc | |
parent | 5c2880becc94141b8035b3488b6bd60696011308 (diff) | |
download | s6-networking-2269af1457817b7a3b9b51cc0512d5f29e1fc7a5.tar.xz |
Prepare for 2.4.0.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 23 |
2 files changed, 25 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 747eb98..049ed70 100644 --- a/doc/index.html +++ b/doc/index.html @@ -44,7 +44,7 @@ compiled with IPv6 support, s6-networking is IPv6-ready. <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.9.3.0 or later. It's a build-time requirement. It's also a run-time +2.9.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> <a href="//skarnet.org/software/execline/">execline</a> version @@ -76,7 +76,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.3.2.0.tar.gz">2.3.2.0</a>. </li> +<a href="s6-networking-2.4.0.0.tar.gz">2.4.0.0</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 e49af01..eabebb6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,29 @@ <h1> What has changed in s6-networking </h1> +<h2> in 2.4.0.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.9.4.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +has been made optional. It's still enabled by default; disabling +it with the <tt>--disable-execline</tt> configure option disables +<tt>exec</tt> file support in +<a href="s6-tcpserver-access.html">s6-tcpserver-access</a>. </li> + <li> New binaries: +<a href="s6-tlsc-io.html">s6-tlsc-io</a> and +<a href="s6-tlsd-io.html">s6-tlsd-io</a> (which are now the +only binaries to perform actual cryptography); +<a href="s6-ucspitlsc.html">s6-ucspitlsc</a>, and +<a href="s6-ucspitlsd.html">s6-ucspitlsd</a> (for delayed +encryption). </li> + <li> <a href="s6-tlsc.html">s6-tlsc</a> and +<a href="s6-tlsd.html">s6-tlsd</a> have been rewritten as +wrappers around <a href="s6-tlsc-io.html">s6-tlsc-io</a> and +<a href="s6-tlsd-io.html">s6-tlsd-io</a> respectively. </li> +</ul> + <h2> in 2.3.2.0 </h2> <ul> |