summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-02 12:12:41 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-02 12:12:41 +0000
commit087fe00cadb6cf644cb353aa322ccd9927a545d0 (patch)
tree2cde39bd6714898805a0c4020689c3f097e5bcfa
parenta79180d08e2dcb95786322c4fde1d03c67ac5130 (diff)
downloadmdevd-087fe00cadb6cf644cb353aa322ccd9927a545d0.tar.xz
Bump skalibs dependency
-rw-r--r--INSTALL2
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html2
3 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 6fd31dc..fd81250 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ Build Instructions
- A Linux-based system with a standard C development environment
- GNU make version 3.81 or later
- - skalibs version 2.9.2.0 or later: http://skarnet.org/software/skalibs/
+ - skalibs version 2.9.3.0 or later: http://skarnet.org/software/skalibs/
This software is Linux-specific. It will run on a Linux kernel,
version 2.6.10 or later.
diff --git a/doc/index.html b/doc/index.html
index 9b6f46b..594196b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -98,7 +98,7 @@ and does not pull in any unnecessary code. </li>
The Linux kernel must be 2.6.10 or later. </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
-2.9.2.0 or later. It's a build-time requirement. It's also a run-time
+2.9.3.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>
@@ -107,7 +107,7 @@ library. </li>
<p>
mdevd is free software. It is available under the
-<a href="http://opensource.org/licenses/ISC">ISC license</a>.
+<a href="https://opensource.org/licenses/ISC">ISC license</a>.
</p>
<h3> Download </h3>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index d9a7d38..2725faf 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,6 +21,8 @@
<h2> in 0.1.2.0 </h2>
<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.9.3.0. </li>
<li> A <tt>-o <em>outputfd</em></tt> option has been added to
<a href="mdevd.html">mdevd</a>. </li>
</ul>