From e3b7cbc8648c098f1ad372251a1d2ec775ff135d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 3 Dec 2021 08:50:30 +0000 Subject: Prepare for 2.11.0.1 Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/upgrade.html | 7 +++++++ package/info | 2 +- src/daemontools-extras/s6-envuidgid.c | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 1cae199..d20bcde 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.11.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.11.1.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.8.1.0 or later: https://skarnet.org/software/execline/ (You can disable this requirement at configure time, but will lose some functionality.) diff --git a/NEWS b/NEWS index e16e211..0be84e1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.11.0.1 +----------- + + - Bugfixes. + + In 2.11.0.0 ----------- diff --git a/doc/index.html b/doc/index.html index ccc99ca..345ab6d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,7 +83,7 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.11.0.0 or later. It's a build-time requirement. It's also a run-time +2.11.1.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): @@ -115,7 +115,7 @@ want nsswitch-like functionality:

    Download

      -
    • The current released version of s6 is 2.11.0.0.
    • +
    • The current released version of s6 is 2.11.0.1.
    • Alternatively, you can checkout a copy of the s6 git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 0225a6b..cec1a63 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@

      What has changed in s6

      +

      in 2.11.0.1

      + +
        +
      • skalibs +dependency bumped to 2.11.0.0.
      • +
      +

      in 2.11.0.0

        diff --git a/package/info b/package/info index 0899491..6388be7 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.11.0.0 +version=2.11.0.1 category=admin package_macro_name=S6 diff --git a/src/daemontools-extras/s6-envuidgid.c b/src/daemontools-extras/s6-envuidgid.c index 63b7d44..46d4607 100644 --- a/src/daemontools-extras/s6-envuidgid.c +++ b/src/daemontools-extras/s6-envuidgid.c @@ -12,7 +12,7 @@ #include #include -#define USAGE "s6-envuidgid [ -i | -D defaultuid:defaultgid ] [ -u | -g | -B ] [ -n ] account prog..." +#define USAGE "s6-envuidgid [ -i | -D defaultuid:defaultgid:defaultgidlist ] [ -u | -g | -B ] [ -n ] account prog..." #define dieusage() strerr_dieusage(100, USAGE) static inline size_t scan_defaults (char const *s, uid_t *uid, gid_t *gid, size_t *n, gid_t *tab) -- cgit v1.3.1