From d3a944d70ef6b07753659aabe237168f91473fc8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 5 Jul 2024 18:40:15 +0000 Subject: Prepare for 0.5.5.0; add s6rc_livedir_canon Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 6 ++++++ doc/index.html | 6 +++--- doc/upgrade.html | 7 +++++-- package/deps.mak | 7 ++++--- package/info | 2 +- src/include/s6-rc/s6rc-utils.h | 3 +++ src/libs6rc/deps-lib/s6rc | 1 + src/libs6rc/s6rc_livedir_canon.c | 25 +++++++++++++++++++++++++ src/s6-rc/s6-rc-init.c | 2 ++ src/s6-rc/s6-rc-update.c | 3 +++ 11 files changed, 55 insertions(+), 11 deletions(-) create mode 100644 src/libs6rc/s6rc_livedir_canon.c diff --git a/INSTALL b/INSTALL index a284533..09adcdc 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.2.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.9.6.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.13.0.0 or later: https://skarnet.org/software/s6/ + - s6 version 2.13.0.1 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index e4b5001..1d72456 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6-rc. +In 0.5.5.0 +---------- + + - Bugfixes. These include a new API in libs6rc. + + In 0.5.4.3 ---------- diff --git a/doc/index.html b/doc/index.html index fe803e3..687764d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,12 +48,12 @@ scripts are also run in a controlled environment.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.14.2.0 or later. It's a build-time requirement. It's also a run-time +2.14.3.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.
  • execline version 2.9.6.0 or later. It's a build-time and run-time requirement.
  • s6 version -2.13.0.0 or later. It's a build-time and run-time requirement.
  • +2.13.0.1 or later. It's a build-time and run-time requirement.

    Licensing

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