diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-10 11:28:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-10 11:28:19 +0000 |
commit | 1e10d30b41b65dbd520e01adc5fe686cb92b0f12 (patch) | |
tree | 32af8327cb6bb9aa6bbd5e20ee7a2cc1f9c95263 /doc/upgrade.html | |
parent | c930181234bfb31fba0136d866e6e75633acafe0 (diff) | |
download | s6-networking-1e10d30b41b65dbd520e01adc5fe686cb92b0f12.tar.xz |
Prepare for 2.7.0.0. Better s6-tlsc-io interface.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 1ef9c25..292030e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in s6-networking </h1> +<h2> in 2.7.0.0 </h2> + +<ul> + <li> <a href="s6-tlsc-io.html">s6-tlsc-io</a> has changed +interfaces: now it uses stdin/stdout as the <em>local</em> +side, and the descriptors given as arguments as the <em>remote</em> +side. This allows users to invoke it directly when it is relevant. </li> + <li> Consequently, <a href="s6-tlsc.html">s6-tlsc</a> and +<a href="s6-ucpistlsc.html">s6-ucspitlsc</a> have changed how they invoke +<a href="s6-tlsc-io.html">s6-tlsc-io</a>. </li> +</ul> + <h2> in 2.6.0.0 </h2> <ul> |