From 7934949532ac6bec4f810f74c806d2620ce37ff0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 7 Jul 2023 14:24:38 +0000 Subject: Prepare for 0.1.6.3 ; use open2() safe wrapper Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 8 +++++++- doc/index.html | 6 +++--- doc/upgrade.html | 9 +++++++++ package/info | 2 +- src/mdevd/mdevd-coldplug.c | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 892409d..b71761b 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.13.1.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.13.2.0 or later: https://skarnet.org/software/skalibs/ - optional: nsss version 0.2.0.3 or later: https://skarnet.org/software/nsss/ - - optional: execline version 2.9.2.0 or later: https://skarnet.org/software/execline/ + - optional: execline version 2.9.4.0 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 a51ccb6..37e974f 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ Changelog for mdevd. +In 0.1.6.3 +---------- + + - Bugfixes. + + In 0.1.6.2 ---------- - - Build system upgrade + - Build system upgrade. In 0.1.6.1 diff --git a/doc/index.html b/doc/index.html index 698bd83..37a7457 100644 --- a/doc/index.html +++ b/doc/index.html @@ -99,7 +99,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.13.1.0 or later. It's a build-time requirement. It's also a run-time +2.13.2.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 @@ -108,7 +108,7 @@ 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.2.0 or later. It's a only a run-time requirement, and only +version 2.9.4.0 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