diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 12:44:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 12:44:40 +0000 |
commit | c3150e36d6e3d8392c5801a19b7f63daa5551f37 (patch) | |
tree | 6fa1e3579c275898c964dace54184116d7d256e5 /doc/upgrade.html | |
parent | b40d48d8fe2b7ff838d8e57482cd02f83987b7fd (diff) | |
download | s6-c3150e36d6e3d8392c5801a19b7f63daa5551f37.tar.xz |
Add s6_fdholder_start/end, prepare for 2.6.2.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 58d349a..8f5db8d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@ <h1> What has changed in s6 </h1> +<h2> in 2.6.2.0 </h2> + +<ul> + <li> skalibs dependency bumped to 2.6.2.0. </li> + <li> execline dependency bumped to 2.3.0.4. </li> + <li> New <a href="libs6/s6-fdholder.html">s6_fdholder</a> functions: +s6_fdholder_start(), s6_fdholder_end(). </li> +</ul> + <h2> in 2.6.1.1 </h2> <ul> |