about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-11-29 12:14:48 +0000
committerLaurent Bercot <ska@appnovation.com>2022-11-29 12:14:48 +0000
commit445b9b70d0235f9624d43641baf1951c90c3b9f7 (patch)
treed569c699df4b8a940e435409f5b2775d314473dd
parentba660fd2534d48e69211954e6df09126a5b0db3c (diff)
downloadmdevd-445b9b70d0235f9624d43641baf1951c90c3b9f7.tar.gz
mdevd-445b9b70d0235f9624d43641baf1951c90c3b9f7.tar.xz
mdevd-445b9b70d0235f9624d43641baf1951c90c3b9f7.zip
Prepare for 0.1.6.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL5
-rw-r--r--NEWS6
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html11
-rw-r--r--package/info2
-rw-r--r--src/mdevd/mdevd-coldplug.c2
-rw-r--r--src/mdevd/mdevd.c2
-rw-r--r--src/mdevd/mdevd_uevent_read.c2
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. </li>
 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.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. </li>
  <li> Optionally: <a href="//skarnet.org/software/execline/">nsss</a>
-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 <tt>--enable-nsss</tt> option to configure; but you would
 only do that if you're replacing nsswitch on your whole system, and most
 people are not. </li>
  <li> Optionally: <a href="//skarnet.org/software/execline/">execline</a>
-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 <tt>mdev.conf</tt> file contains <tt>+</tt>, <tt>-</tt> or
 <tt>&amp;</tt> command directives. </li>
 </ul>
@@ -124,7 +124,7 @@ if your <tt>mdev.conf</tt> file contains <tt>+</tt>, <tt>-</tt> or
 
 <ul>
  <li> The current released version of mdevd is
-<a href="mdevd-0.1.6.0.tar.gz">0.1.6.0</a>. </li>
+<a href="mdevd-0.1.6.1.tar.gz">0.1.6.1</a>. </li>
  <li> Alternatively, you can checkout a copy of the
 <a href="//git.skarnet.org/cgi-bin/cgit.cgi/mdevd/">mdevd
 git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 28485ee..e5fc941 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,17 @@
 
 <h1> What has changed in mdevd </h1>
 
+<h2> in 0.1.6.1 </h2>
+
+<ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.13.0.0. </li>
+ <li> <a href="//skarnet.org/software/nsss/">nsss</a>
+optional dependency bumped to 0.2.0.2. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+optional dependency bumped to 2.9.0.2. </li>
+</ul>
+
 <h2> in 0.1.6.0 </h2>
 
 <ul>
diff --git a/package/info b/package/info
index d2a6a5d..185f17b 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
 package=mdevd
-version=0.1.6.0
+version=0.1.6.1
 category=admin
 package_macro_name=MDEVD
diff --git a/src/mdevd/mdevd-coldplug.c b/src/mdevd/mdevd-coldplug.c
index 08e681a..886a747 100644
--- a/src/mdevd/mdevd-coldplug.c
+++ b/src/mdevd/mdevd-coldplug.c
@@ -9,7 +9,7 @@
 
 #include <skalibs/sgetopt.h>
 #include <skalibs/types.h>
-#include <skalibs/strerr2.h>
+#include <skalibs/strerr.h>
 #include <skalibs/direntry.h>
 #include <skalibs/djbunix.h>
 
diff --git a/src/mdevd/mdevd.c b/src/mdevd/mdevd.c
index 0a3afcb..906ecaf 100644
--- a/src/mdevd/mdevd.c
+++ b/src/mdevd/mdevd.c
@@ -27,7 +27,7 @@
 #include <skalibs/types.h>
 #include <skalibs/allreadwrite.h>
 #include <skalibs/bytestr.h>
-#include <skalibs/strerr2.h>
+#include <skalibs/strerr.h>
 #include <skalibs/sgetopt.h>
 #include <skalibs/sig.h>
 #include <skalibs/selfpipe.h>
diff --git a/src/mdevd/mdevd_uevent_read.c b/src/mdevd/mdevd_uevent_read.c
index 2f31892..1c84f2d 100644
--- a/src/mdevd/mdevd_uevent_read.c
+++ b/src/mdevd/mdevd_uevent_read.c
@@ -12,7 +12,7 @@
 
 #include <skalibs/types.h>
 #include <skalibs/allreadwrite.h>
-#include <skalibs/strerr2.h>
+#include <skalibs/strerr.h>
 
 #include "mdevd-internal.h"