diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-12 15:17:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-12 15:17:59 +0000 |
commit | 88b9b0e742da6dd054656c37e3cd4bb3a2ac8f64 (patch) | |
tree | 8615ec826d6f8d8e893351935cedc6babffd0182 | |
parent | 04c67a78eec41efdc2c051c651a3a5c5f7508b16 (diff) | |
download | s6-88b9b0e742da6dd054656c37e3cd4bb3a2ac8f64.tar.xz |
Update execline dep
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.5.0.2 or later: http://skarnet.org/software/execline/ + - execline version 2.5.1.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 c12e141..e2d0c2b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -87,7 +87,7 @@ with s6</a> </li> requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.5.0.2 or later. It's a build-time and run-time requirement. </li> +2.5.1.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 700422f..b24fcb2 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,7 @@ <ul> <li> skalibs dependency bumped to 2.8.0.0. </li> - <li> execline dependency bumped to 2.5.0.2. </li> + <li> execline dependency bumped to 2.5.1.0. </li> <li> New <tt>-d <em>notif</em></tt> option to <a href="s6-log.html">s6-log</a>. </li> <li> New default for the <tt>-l <em>linelimit</em></tt> option to <a href="s6-log.html">s6-log</a>: 8192 bytes. </li> |