diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 13:17:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 13:17:25 +0000 |
commit | a027959a7fe49483acf86bd65d4266e3cbc4d0b0 (patch) | |
tree | 4a3f23cd34d53a33c1e08374a4911e827bcbd669 /doc/upgrade.html | |
parent | 0545d612be4529492a86a98b5f066d58d7c9436a (diff) | |
download | s6-networking-a027959a7fe49483acf86bd65d4266e3cbc4d0b0.tar.xz |
Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAME
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 4df1cb7..c285749 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,25 @@ <h1> What has changed in s6-networking </h1> +<h2> in 2.4.1.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.10.0.1 </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.7.0.1 </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.10.0.1 </li> + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> +dependency bumped to 2.3.5.0. </li> + <li> Handshake timeout is now functional with the <em>libtls</em> +backend (previously it only was with the <em>bearssl</em> backend). </li> + <li> <a href="s6-tlsc-io.html">s6-tlsc-io</a> and +<a href="s6-tlsd-io.html">s6-tlsd-io</a> now send the SNI server name, +if any, in their notification message (when the <tt>-d</tt> option is +active), in the <tt>SSL_TLS_SNI_SERVERNAME</tt> variable. </li> +</ul> + <h2> in 2.4.0.0 </h2> <ul> |