From f59b79de8c8f49ffd5133b2a37e11a52edc2bdbd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 23 Dec 2019 14:04:45 +0000 Subject: Prepare for 2.9.1.0 --- INSTALL | 3 ++- NEWS | 9 +++++++++ doc/index.html | 2 +- doc/upgrade.html | 12 ++++++++++++ package/info | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 0f79728..e6725b8 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.9.1.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.5.3.0 or later: http://skarnet.org/software/execline/ + - Optional: execline version 2.5.3.0 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -39,6 +39,7 @@ off them. You can customize paths via flags given to configure. See ./configure --help for a list of all available configure options. + The execline dependency can be removed with --disable-execline. * Environment variables diff --git a/NEWS b/NEWS index 7b1d933..10e4176 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ Changelog for s6. +In 2.9.1.0 +---------- + + - Bugfixes. + - execline support is now optional. Some functionality is not available +when execline support is disabled. + - New '?' directive to s6-log, to spawn a processor with /bin/sh. + + In 2.9.0.1 ---------- diff --git a/doc/index.html b/doc/index.html index 341a936..5bbc481 100644 --- a/doc/index.html +++ b/doc/index.html @@ -103,7 +103,7 @@ certain binaries that spawn scripts interpreted with

Download