From fcab3d33c72bc360ec727b7a50826ec1dd48336c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Jun 2022 10:04:08 +0000 Subject: Prepare for 0.5.3.2; adapt to skalibs-2.12.0.0 Signed-off-by: Laurent Bercot --- INSTALL | 6 +++--- NEWS | 6 ++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- src/libs6rc/s6rc_livedir_prefix.c | 2 +- src/libs6rc/s6rc_read_uint.c | 2 +- src/s6-rc/s6-rc-compile.c | 8 ++++---- src/s6-rc/s6-rc-update.c | 3 ++- src/s6-rc/s6-rc.c | 3 ++- 10 files changed, 35 insertions(+), 16 deletions(-) diff --git a/INSTALL b/INSTALL index d59f2cd..cd1fc83 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.11.1.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.8.2.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.11.0.1 or later: https://skarnet.org/software/s6/ + - skalibs version 2.12.0.0 or later: https://skarnet.org/software/skalibs/ + - execline version 2.9.0.0 or later: https://skarnet.org/software/execline/ + - s6 version 2.11.1.0 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 80da460..e119194 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6-rc. +In 0.5.3.2 +---------- + + - Adaptation to skalibs-2.12.0.0. + + In 0.5.3.1 ---------- diff --git a/doc/index.html b/doc/index.html index abac1eb..bfef39b 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.11.1.0 or later. It's a build-time requirement. It's also a run-time +2.12.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.
  • execline version -2.8.2.0 or later. It's a build-time and run-time requirement.
  • +2.9.0.0 or later. It's a build-time and run-time requirement.
  • s6 version -2.11.0.1 or later. It's a build-time and run-time requirement.
  • +2.11.1.0 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.