summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-01-16 00:27:03 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-01-16 00:27:03 +0000
commit41670f3559eeff21dcdfb32af98be2d367b9816d (patch)
treeb422c72914303b0469effe02f43164a298dde2ca
parent1a25a5ae57ab9620df1596c83cb1ea2897be9279 (diff)
downloadmdevd-0.1.0.0.tar.gz
mdevd-0.1.0.0.tar.xz
mdevd-0.1.0.0.zip
version: 0.1.0.0 v0.1.0.0
-rw-r--r--AUTHORS2
-rw-r--r--INSTALL2
-rw-r--r--NEWS2
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html2
5 files changed, 6 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 645754f..61fb22a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/INSTALL b/INSTALL
index 876e1da..29e2fc5 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.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.
diff --git a/NEWS b/NEWS
index 32d7343..447c725 100644
--- a/NEWS
+++ b/NEWS
@@ -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