From d08663cec51cf400c8b754e379426a7293c8631d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 13 Apr 2021 22:03:19 +0000 Subject: Prepare for 2.10.0.3 --- INSTALL | 6 +++--- NEWS | 6 ++++++ doc/index.html | 19 ++++++++++++------- doc/upgrade.html | 9 +++++++++ package/info | 2 +- 5 files changed, 31 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 27e05e3..7ec0cb5 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.10.0.2 or later: https://skarnet.org/software/skalibs/ - - Optional: nsss version 0.1.0.0 or later: https://skarnet.org/software/nsss/ - - Optional (but recommended): execline version 2.7.0.1 or later: https://skarnet.org/software/execline/ + - skalibs version 2.10.0.3 or later: https://skarnet.org/software/skalibs/ + - Optional: nsss version 0.1.0.1 or later: https://skarnet.org/software/nsss/ + - Optional (but recommended): execline version 2.8.0.1 or later: https://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index 7220890..7b2a5ba 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.10.0.3 +----------- + + - Bugfixes. + + In 2.10.0.2 ----------- diff --git a/doc/index.html b/doc/index.html index 45e0572..7b76097 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,11 +83,12 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.10.0.2 or later. It's a build-time requirement. It's also a run-time +2.10.0.3 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: execline version -2.7.0.1 or later. When s6 is built with execline support (which is the default), +
  • (Optional, but really recommended for full functionality): +execline version +2.8.0.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.
  • @@ -101,7 +102,7 @@ certain binaries that spawn scripts interpreted with
  • If you're using musl and want nsswitch-like functionality: nsss version -0.1.0.0 or later (build-time and boot-time)
  • +0.1.0.1 or later (build-time and boot-time)

    Licensing

    @@ -114,7 +115,7 @@ want nsswitch-like functionality:

    Download