From d4a52b47609803e0ff791e34e1b99191d59861f6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 1 Oct 2020 13:33:44 +0000 Subject: Prepare for 0.5.2.0 --- INSTALL | 4 ++-- NEWS | 7 +++++++ doc/index.html | 6 +++--- doc/upgrade.html | 15 +++++++++++++++ package/info | 2 +- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index e62b5a3..920f043 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.9.2.1 or later: http://skarnet.org/software/skalibs/ - - execline version 2.6.1.0 or later: http://skarnet.org/software/execline/ + - skalibs version 2.9.3.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.6.1.1 or later: http://skarnet.org/software/execline/ - s6 version 2.9.2.0 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index 344ecc7..16673dc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for s6-rc. +In 0.5.2.0 +---------- + + - "Essential services" support with the flag-essential file +and the new -D option to s6-rc. + + In 0.5.1.4 ---------- diff --git a/doc/index.html b/doc/index.html index a26f59b..d3cac1e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,10 +48,10 @@ scripts are also run in a controlled environment.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.9.2.1 or later. It's a build-time requirement. It's also a run-time +2.9.3.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.
  • execline version -2.6.1.0 or later. It's a build-time and run-time requirement.
  • +2.6.1.1 or later. It's a build-time and run-time requirement.
  • s6 version 2.9.2.0 or later. It's a build-time and run-time requirement.
  • @@ -67,7 +67,7 @@ requirement if you link against the shared version of the skalibs library.