From ff147a1493759c0662912564c0ecd26f59590322 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Jun 2022 09:59:01 +0000 Subject: Prepare for 2.11.1.1; adapt to skalibs-2.12.0.0 Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 6 ++++++ doc/index.html | 6 +++--- doc/upgrade.html | 9 +++++++++ package/info | 2 +- src/conn-tools/s6-accessrules-cdb-from-fs.c | 2 +- src/daemontools-extras/lolsyslog.c | 3 ++- src/libs6/s6_accessrules_backend_fs.c | 2 +- src/libs6/s6_svstatus_read.c | 7 ++++++- src/supervision/s6-notifyoncheck.c | 2 +- src/supervision/s6-supervise.c | 2 +- 11 files changed, 33 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index 3804cce..8cac71f 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.11.2.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.8.3.0 or later: https://skarnet.org/software/execline/ + - 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/ (You can disable this requirement at configure time, but will lose some functionality.) - Optional: nsss version 0.2.0.1 or later: https://skarnet.org/software/nsss/ diff --git a/NEWS b/NEWS index 290b621..aac90a9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.11.1.1 +----------- + + - Adaptation to skalibs-2.12.0.0. + + In 2.11.1.0 ----------- diff --git a/doc/index.html b/doc/index.html index b65b704..b9c7bbb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,12 +83,12 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.11.2.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.
  • (Optional, but really recommended for full functionality): execline version -2.8.3.0 or later. When s6 is built with execline support (which is the default), +2.9.0.0 or later. When s6 is built with execline support (which is the default), execline is a build-time requirement, and also a run-time requirement for certain binaries that spawn scripts interpreted with execlineb.
  • @@ -115,7 +115,7 @@ want nsswitch-like functionality:

    Download