diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-15 13:25:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-15 13:25:01 +0000 |
commit | 70586b4a4ae15e008ee0a86dcb42602cc87744df (patch) | |
tree | e4b441a1f4bcdff4365b6e03befd8f2a6ce3f7b6 | |
parent | 50a00de6e4aa6337b17a179019ec7689a2cc6b6d (diff) | |
download | s6-70586b4a4ae15e008ee0a86dcb42602cc87744df.tar.xz |
Document dependencies correctly
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 1 |
3 files changed, 4 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.6.4.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.3.0.4 or later: http://skarnet.org/software/execline/ + - execline version 2.5.0.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 eeeac64..423dc35 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.3.0.4 or later. It's a build-time and run-time requirement. </li> +2.5.0.0 or later. It's a build-time and run-time requirement. </li> </ul> <h3> Licensing </h3> @@ -100,7 +100,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.7.1.1.tar.gz">2.7.1.1</a>. </li> + <li> The current released version of s6 is <a href="s6-2.7.2.0.tar.gz">2.7.2.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6 git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 428e41f..09211fd 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,7 @@ <h2> in 2.7.2.0 </h2> <ul> + <li> execline dependency bumped to 2.5.0.0. </li> <li> <tt>-B</tt> option added to <a href="s6-ipcserver-socketbinder.html">s6-ipcserver-socketbinder</a>. </li> <li> <tt>-d <em>notif</em></tt> option added to |