From c7c4b79d5d50ee29236038518a2e0bf5a39ed060 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 19 Aug 2025 16:51:53 +0000 Subject: Prepare for 0.5.7.0 --- INSTALL | 6 +++--- NEWS | 8 ++++++++ doc/index.html | 10 +++++----- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- 5 files changed, 28 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 580b860..31166b4 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.4.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.7.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.13.2.0 or later: https://skarnet.org/software/s6/ + - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ + - execline version 2.9.7.1 or later: https://skarnet.org/software/execline/ + - s6 version 2.13.3.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 a35e0a8..71f9578 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Changelog for s6-rc. +In 0.5.7.0 +---------- + + - Bugfixes. + - Support for shared libraries on MacOS. + - New set of s6-rc-repo-* and s6-rc-set-* binaries. + + In 0.5.6.0 ---------- diff --git a/doc/index.html b/doc/index.html index 199278c..4d601dc 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.4.0 or later. It's a build-time requirement. It's also a run-time +2.14.5.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.7.0 or later. It's a build-time and run-time requirement.
  • +2.9.7.1 or later. It's a build-time and run-time requirement.
  • s6 version -2.13.2.0 or later. It's a build-time and run-time requirement.
  • +2.13.3.0 or later. It's a build-time and run-time requirement.

    Licensing

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