From 5ec0b70b9b0cc387287a1eb3e7aef06a42706eae Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 26 Feb 2023 03:52:56 +0000 Subject: Prepare for 2.11.3.1, rlimit shenanigans Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/upgrade.html | 7 +++++++ package/info | 2 +- src/daemontools-extras/s6-softlimit.c | 20 ++++++++++++++++---- 6 files changed, 33 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 76bb31a..238528e 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.13.1.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.2.0 or later: https://skarnet.org/software/execline/ + - execline version 2.9.2.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.0.3 or later: https://skarnet.org/software/nsss/ diff --git a/NEWS b/NEWS index 05b5068..a6b8348 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.11.3.1 +----------- + + - Resource limit shenanigans. + + In 2.11.3.0 ----------- diff --git a/doc/index.html b/doc/index.html index c6a9204..4d46f0a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs library.
  • (Optional, but really recommended for full functionality): execline version -2.9.2.0 or later. When s6 is built with execline support (which is the default), +2.9.2.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.
  • @@ -115,7 +115,7 @@ want nsswitch-like functionality:

    Download