diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-02 12:12:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-02 12:12:41 +0000 |
commit | 087fe00cadb6cf644cb353aa322ccd9927a545d0 (patch) | |
tree | 2cde39bd6714898805a0c4020689c3f097e5bcfa /doc | |
parent | a79180d08e2dcb95786322c4fde1d03c67ac5130 (diff) | |
download | mdevd-087fe00cadb6cf644cb353aa322ccd9927a545d0.tar.xz |
Bump skalibs dependency
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 4 insertions, 2 deletions
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> |