From e3d659cb2915d39580c3aedc2b7f5b2c2289edec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 19 Aug 2025 16:05:12 +0000 Subject: Prepare for 2.13.3.0 --- INSTALL | 6 +++--- NEWS | 8 ++++++++ doc/index.html | 6 +++--- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- 5 files changed, 26 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index cc51f07..811c4b0 100644 --- a/INSTALL +++ b/INSTALL @@ -6,11 +6,11 @@ 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/ - - Recommended: execline version 2.9.7.0 or later: https://skarnet.org/software/execline/ + - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ + - Recommended: execline version 2.9.7.1 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.1.0 or later: https://skarnet.org/software/nsss/ + - Optional: nsss version 0.2.1.1 or later: https://skarnet.org/software/nsss/ This software will run on any operating system that implements POSIX.1-2024, available at: diff --git a/NEWS b/NEWS index 55c5148..58ea619 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Changelog for s6. +In 2.13.3.0 +----------- + + - Bugfixes. + - Support for shared libraries on MacOS. + - New Rperiod directive for s6-log periodic rotations. + + In 2.13.2.0 ----------- diff --git a/doc/index.html b/doc/index.html index e842727..23a3a83 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.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.
  • (Optional, but really recommended for full functionality): execline version -2.9.7.0 or later. When s6 is built with execline support (which is the default), +2.9.7.1 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.
  • @@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with
  • If you're using musl and want nsswitch-like functionality: nsss version -0.2.1.0 or later (build-time and boot-time)
  • +0.2.1.1 or later (build-time and boot-time)

    Licensing

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 750beac..5aa07d1 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,17 @@

    What has changed in s6

    +

    in 2.13.3.0

    + + +

    in 2.13.2.0