From aab9231aeeec1f18b89163e06fe16c3718c2abba Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 24 Dec 2020 14:05:47 +0000 Subject: Prepare for 0.1.3.0; add -C option for autocoldplug --- INSTALL | 2 +- NEWS | 7 +++++++ doc/index.html | 4 ++-- doc/mdevd.html | 13 ++++++++++++- doc/upgrade.html | 10 ++++++++++ examples/s6-rc/mdevd-coldplug/dependencies | 1 + examples/s6-rc/mdevd-coldplug/type | 1 + examples/s6-rc/mdevd-coldplug/up | 1 + package/deps.mak | 2 +- package/info | 2 +- src/mdevd/mdevd.c | 16 ++++++++++++++-- 11 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 examples/s6-rc/mdevd-coldplug/dependencies create mode 100644 examples/s6-rc/mdevd-coldplug/type create mode 100644 examples/s6-rc/mdevd-coldplug/up diff --git a/INSTALL b/INSTALL index fd81250..74a5355 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.3.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.10.0.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/NEWS b/NEWS index 92add91..4954108 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for mdevd. +In 0.1.3.0 +---------- + + - Bugfixes. + - New -C option for mdevd to trigger a coldplug when ready. + + In 0.1.2.0 ---------- diff --git a/doc/index.html b/doc/index.html index 594196b..0f03ac9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -98,7 +98,7 @@ and does not pull in any unnecessary code. The Linux kernel must be 2.6.10 or later.
  • GNU make, version 3.81 or later
  • skalibs version -2.9.3.0 or later. It's a build-time requirement. It's also a run-time +2.10.0.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.
  • @@ -114,7 +114,7 @@ library.