From 445b9b70d0235f9624d43641baf1951c90c3b9f7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 29 Nov 2022 12:14:48 +0000 Subject: Prepare for 0.1.6.1 Signed-off-by: Laurent Bercot --- INSTALL | 5 +++-- NEWS | 6 ++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- src/mdevd/mdevd-coldplug.c | 2 +- src/mdevd/mdevd.c | 2 +- src/mdevd/mdevd_uevent_read.c | 2 +- 8 files changed, 28 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index 422d895..06698fe 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,9 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.12.0.1 or later: https://skarnet.org/software/skalibs/ - - optional: execline version 2.9.0.1 or later: https://skarnet.org/software/execline/ + - skalibs version 2.13.0.0 or later: https://skarnet.org/software/skalibs/ + - optional: nsss version 0.2.0.2 or later: https://skarnet.org/software/nsss/ + - optional: execline version 2.9.0.2 or later: https://skarnet.org/software/execline/ 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 555f329..d79fa92 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for mdevd. +In 0.1.6.1 +---------- + + - Adaptation to skalibs-2.13.0.0. + + In 0.1.6.0 ---------- diff --git a/doc/index.html b/doc/index.html index c6261c4..c00b702 100644 --- a/doc/index.html +++ b/doc/index.html @@ -99,16 +99,16 @@ 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.12.0.1 or later. It's a build-time requirement. It's also a run-time +2.13.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.
  • Optionally: nsss -version 0.2.0.1 or later. It's a build-time and run-time requirement, if +version 0.2.0.2 or later. It's a build-time and run-time requirement, if you use the --enable-nsss option to configure; but you would only do that if you're replacing nsswitch on your whole system, and most people are not.
  • Optionally: execline -version 2.9.0.1 or later. It's a only a run-time requirement, and only +version 2.9.0.2 or later. It's a only a run-time requirement, and only if your mdev.conf file contains +, - or & command directives.
  • @@ -124,7 +124,7 @@ if your mdev.conf file contains +, - or