diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 00:27:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 00:27:03 +0000 |
commit | 41670f3559eeff21dcdfb32af98be2d367b9816d (patch) | |
tree | b422c72914303b0469effe02f43164a298dde2ca | |
parent | 1a25a5ae57ab9620df1596c83cb1ea2897be9279 (diff) | |
download | mdevd-41670f3559eeff21dcdfb32af98be2d367b9816d.tar.xz |
version: 0.1.0.0v0.1.0.0
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
5 files changed, 6 insertions, 4 deletions
@@ -5,3 +5,5 @@ Thanks to: Rob Landley <rob@landley.net> Natanael Copa <ncopa@alpinelinux.org> Johannes Nixdorf <mixi@shadowice.org> + Olivier Brunel <jjk@jjacky.com> + Guillermo <gdiazhartusch@gmail.com> @@ -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.6.3.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.6.3.1 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. @@ -7,7 +7,7 @@ In 0.1.0.0 - mdevd now listens to the netlink itself. - mdevd-coldplug now doesn't print events to stdout; it triggers the events in the kernel instead. This means mdevd should run first -to catch the events, and then mdevd-coldplug should be ran. +to catch the events, and then mdevd-coldplug should be launched. In 0.0.1.0 diff --git a/doc/index.html b/doc/index.html index 19a43a4..b770bd4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -53,7 +53,7 @@ entirely compatible with advanced mdev usage such as 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.6.3.0 or later. It's a build-time requirement. It's also a run-time +2.6.3.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 fbbcc00..65e18f6 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,7 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.6.3.0. </li> +dependency bumped to 2.6.3.1. </li> <li> The <tt>mdevd-netlink</tt> program doesn't exist anymore. </li> <li> <a href="mdevd.html">mdevd</a> now listens to the netlink itself. </li> <li> <a href="mdevd-coldplug.html">mdevd-coldplug</a> does not print events |