diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-19 16:05:12 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-19 16:05:12 +0000 |
| commit | e3d659cb2915d39580c3aedc2b7f5b2c2289edec (patch) | |
| tree | ed1c0afe5ca53c315848bb9130dcefa9a1f76dad | |
| parent | 57ea798d76263abd5ade1438afaf40292a6f367c (diff) | |
| download | s6-e3d659cb2915d39580c3aedc2b7f5b2c2289edec.tar.gz | |
Prepare for 2.13.3.0
| -rw-r--r-- | INSTALL | 6 | ||||
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | doc/index.html | 6 | ||||
| -rw-r--r-- | doc/upgrade.html | 11 | ||||
| -rw-r--r-- | package/info | 2 |
5 files changed, 26 insertions, 7 deletions
@@ -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: @@ -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> </li> <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> 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. </li> <li> (Optional, but really recommended for full functionality): <a href="//skarnet.org/software/execline/">execline</a> 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 <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li> @@ -102,7 +102,7 @@ certain binaries that spawn scripts interpreted with <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.2.1.0 or later (build-time and boot-time) </li> +0.2.1.1 or later (build-time and boot-time) </li> </ul> <h3> Licensing </h3> 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 @@ <h1> What has changed in s6 </h1> +<h2> in 2.13.3.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.5.0. </li> + <li> <a href="//skarnet.org/software/nsss/">nsss</a> +optional dependency bumped to 0.2.1.1. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +recommended dependency bumped to 2.9.7.1. </li> +</ul> + <h2> in 2.13.2.0 </h2> <ul> diff --git a/package/info b/package/info index 7a41e47..7a046ff 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.13.2.0 +version=2.13.3.0 category=admin package_macro_name=S6 |
