diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-23 17:18:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-23 17:18:38 +0000 |
commit | 9358ede0e510fe25cf26fd6cc349395ac8bc8558 (patch) | |
tree | e3e7797efce9efc18747aa8eb34b52f701be0c1e /doc/upgrade.html | |
parent | 05024f93d3cd75c86a89ed1ae6fea0c2b1f1c187 (diff) | |
download | mdevd-9358ede0e510fe25cf26fd6cc349395ac8bc8558.tar.xz |
Prepare for 1.0.4.0; new +,-,& directives for execlineb cmd interp
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 7775575..90fdac3 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,18 @@ <h1> What has changed in mdevd </h1> +<h2> in 0.1.4.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.10.0.2. </li> + <li> New <tt>+</tt>, <tt>-</tt> and <tt>&</tt> command +directives supported in <tt>mdev.conf</tt>. These directives +spawn a command interpreted by the +<a href="https://skarnet.org/software/execline/execlineb.html">execlineb</a> +program launcher instead of <tt>/bin/sh</tt>. </li> +</ul> + <h2> in 0.1.3.0 </h2> <ul> |