diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-27 15:11:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-27 15:11:36 +0000 |
commit | 1c14235c4055f9e9ae5664c81909d6f1b2e4ba1e (patch) | |
tree | ec2205254c682ae66c97fea62f811621325d5b40 | |
parent | e546ffb9c0cb4bfa20e529e5bba0940400a90f8e (diff) | |
download | execline-1c14235c4055f9e9ae5664c81909d6f1b2e4ba1e.tar.xz |
Update skalibs dep to 2.9.2.0
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.9.1.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.9.2.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index 498bb13..aa501c2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later. </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.9.1.0 or later. It's a build-time requirement. It's also a run-time +2.9.2.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index e049628..9f561a2 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,8 @@ <h2> in 2.6.0.0 </h2> <ul> + <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a> +dependency bumped to 2.9.2.0. </li> <li> <a href="dollarat.html">dollarat</a> now has its <tt>-0</tt> and <tt>-d</tt> priority unified. (Rightmost priority.) </li> <li> <a href="runblock.html">runblock</a> now accepts a command line prefix, |