diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-07 14:51:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-07 14:51:06 +0000 |
commit | 502bfd940bfc39fe4eb256d8bd06cc5a15c098d3 (patch) | |
tree | 91df15f90b79f0834510e6db45cbad1630695f11 /doc/upgrade.html | |
parent | 60cb96c3ce59e7a39000ab173a04792daea2b9c4 (diff) | |
download | s6-502bfd940bfc39fe4eb256d8bd06cc5a15c098d3.tar.xz |
- s6-log overhaul (more stack, less heap), with new directives
- related doc update
- version: 2.1.1.0 rc
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 c7c0094..3a29aa6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,15 @@ <h1> What has changed in s6 </h1> +<ul> + <li> skalibs dependency bumped to 2.3.0.0. </li> + <li> execline dependency bumped to 2.0.2.1. </li> + <li> New functionality added to <a href="s6-log.html">s6-log</a>. Its +syntax has been extended; some options are now marked as obsolescent. </li> + <li> Access control instated in <a href="s6-fdholderd.html">s6-fdholderd</a> +for <a href="s6-fdholder-listc.html">listing</a> </li> +</ul> + <h2> in 2.1.0.1 </h2> <p> |