From 958958d74337a6ddaf649968d188e768984100e0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 9 Jun 2026 05:27:48 +0000 Subject: Prepare for 0.6.2.0; implement s6-rc reload Also support reload-signal in the service definition directory. --- INSTALL | 2 +- NEWS | 5 +-- doc/index.html | 6 ++-- doc/s6-rc-oneshot-run.html | 4 ++- doc/s6-rc.html | 21 +++++++++++ doc/upgrade.html | 3 +- package/deps-build | 2 +- package/info | 2 +- src/libs6rc/s6rc_servicedir_internal.c | 1 + src/s6-rc/s6-rc-oneshot-run.c | 7 ++-- src/s6-rc/s6-rc.c | 66 ++++++++++++++++++++++++++++------ 11 files changed, 97 insertions(+), 22 deletions(-) diff --git a/INSTALL b/INSTALL index 90b918f..35c5307 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ Build Instructions - GNU make version 3.81 or later - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ - execline version 2.9.9.2 or later: https://skarnet.org/software/execline/ - - s6 version 2.15.0.1 or later: https://skarnet.org/software/s6/ + - s6 version 2.15.1.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2024, available at: diff --git a/NEWS b/NEWS index 024e549..9a4a32f 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ Changelog for s6-rc. -In 0.6.1.2 +In 0.6.2.0 ---------- - Bugfixes. - - s6-rc-init is now idempotent and behaves better in pathological situations + - s6-rc-init is now idempotent and behaves better in pathological situations. + - New "s6-rc reload" command. In 0.6.1.1 diff --git a/doc/index.html b/doc/index.html index ed486bf..426bdb5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -55,7 +55,7 @@ requirement if you link against the shared version of the skalibs library.
  • execline version 2.9.9.2 or later. It's a build-time and run-time requirement.
  • s6 version -2.15.0.1 or later. It's a build-time and run-time requirement.
  • +2.15.1.0 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -69,8 +69,8 @@ requirement if you link against the shared version of the skalibs library.