diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -14,3 +14,4 @@ Thanks to: Lasse Kliemann <lasse@plastictree.net> Vallo Kallaste <kalts@estpak.ee> Jorge Almeida <jalmeida@math.ist.utl.pt> + Olivier Brunel <jjk@jjacky.com> @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.3.4.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.5.1 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 ec95332..c955b2f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -52,7 +52,7 @@ shell's syntax, and has no security issues. <li> GNU make, version 4.0 or later. Please be aware that execline will not build with an earlier version. </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.3.4.0 or later. It's a build-time requirement. It's also a run-time +2.3.5.1 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 148c692..233f050 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,7 @@ <h2> in 2.1.2.2 </h2> <ul> - <li> Bugfix release, no changes </li> + <li> skalibs dependency bumped to 2.3.5.1 </li> </ul> <h2> in 2.1.2.1 </h2> |