diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - skalibs version 2.3.6.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.1.2.2 or later: http://skarnet.org/software/execline/ + - execline version 2.1.3.0 or later: http://skarnet.org/software/execline/ 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 0c23ff0..1e7d0a2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,7 +88,7 @@ with an earlier version. </li> requirement if you link against the shared version of the skalibs library. </li> <li> <a href="http://skarnet.org/software/execline/">execline</a> version -2.1.2.2 or later. It's a build-time and run-time requirement. </li> +2.1.3.0 or later. It's a build-time and run-time requirement. </li> </ul> <h3> Licensing </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index c77992b..0d6c87f 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,6 +22,7 @@ <ul> <li> skalibs dependency bumped to 2.3.6.0. </li> + <li> execline dependency bumped to 2.1.3.0. </li> <li> The internals of <a href="s6-supervise.html">s6-supervise</a> have changed; the <tt>supervise/status</tt> file ABI has changed and is not compatible with the daemontools/runit <tt>supervise/status</tt> files |