diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-22 17:37:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-22 17:37:09 +0000 |
commit | d7242bda59ec2ec056508b39cb532b5e7318dd13 (patch) | |
tree | ffb04351e694d0f7935062127daf0d1b47ebf3d2 /doc/upgrade.html | |
parent | da7304bbbfb90ced7a00acf5dbca0319d89fcc3a (diff) | |
download | s6-d7242bda59ec2ec056508b39cb532b5e7318dd13.tar.xz |
Port ftrigr and s6lock to textclient
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 8f5db8d..fb83a77 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,19 @@ <h1> What has changed in s6 </h1> +<h2> in 2.7.0.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.6.3.0. </li> + <li> <a href="libs6/s6lockd.html">s6lockd</a> and +<a href="libs6/s6-ftrigrd.html">s6-ftrigrd</a> now use the new +<tt>textclient</tt> API and ABI from skalibs, instead of the +more generic <tt>skaclient</tt>. This is cleaner, faster code. +(<a href="s6-fdholderd.html">s6-fdholderd</a> still uses +skaclient, since its point is to transmit file descriptors, +which textclient does not support.) </li> +</ul> + <h2> in 2.6.2.0 </h2> <ul> |