From bc81629c44b0083efa18ef11b653890a3c283645 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 26 Oct 2017 14:03:33 +0000 Subject: Deprecate s6-uevent-*, prepare for 2.4.0.2 --- INSTALL | 2 +- NEWS | 9 +++++++++ doc/index.html | 10 ++++++---- doc/s6-uevent-listener.html | 16 ++++++++++++---- doc/s6-uevent-spawner.html | 9 ++++++++- doc/upgrade.html | 6 ++++++ package/info | 2 +- src/minutils/s6-uevent-listener.c | 1 + src/minutils/s6-uevent-spawner.c | 1 + 9 files changed, 45 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 153cf8d..2d8d091 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.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.6.0.2 or later: http://skarnet.org/software/skalibs/ This software is Linux-specific. It will run on a Linux kernel, version 3.5 or later. diff --git a/NEWS b/NEWS index 7f6c821..db36a8b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ Changelog for s6-linux-utils. +In 2.4.0.2 +---------- + + - s6-logwatch rewrite. + - Better portability with old glibc versions. + - s6-uevent-listener and s6-uevent-spawner are marked as +deprecated. (The mdevd package obsoletes them.) + + In 2.4.0.1 ---------- diff --git a/doc/index.html b/doc/index.html index ab1a855..150bb22 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,7 +34,7 @@ The Linux kernel must be 3.5 or later.
  • GNU make, version 3.81 or later
  • skalibs version -2.6.0.0 or later. It's a build-time requirement. It's also a run-time +2.6.0.2 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.
  • @@ -50,7 +50,7 @@ library.