diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-23 23:27:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-23 23:27:31 +0000 |
commit | a43216278137fe399cdcea6210e580b445e16197 (patch) | |
tree | 99249d45157b13afc7b3dbad07416c065e64a153 /doc/upgrade.html | |
parent | 7812e30b70ee3d27c2b01d21d346c52656927858 (diff) | |
download | execline-a43216278137fe399cdcea6210e580b445e16197.tar.xz |
New forstdin; new trap; prepare for 2.7.0.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index fd6e41b..aa23ab2 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@ <h1> What has changed in execline </h1> +<h2> in 2.7.0.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.9.4.0. </li> + <li> New <tt>-e</tt> option to <a href="forstdin.html">forstdin</a>. </li> + <li> New <tt>default</tt> directive to <a href="trap.html">trap</a>, +replacing the <tt>timeout</tt> one, which was ill-suited to that program. </li> +</ul> + <h2> in 2.6.1.1 </h2> <ul> |