From d366f4f22e3d6b97e534780e2d43cc31d3c7aef4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 14 Dec 2020 08:50:08 +0200 Subject: Version 1.5 --- .gitignore | 1 + NEWS | 8 +++++--- configure.ac | 4 ++-- doc/ctl.texi | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 11f9326..c307c8e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ core gnu m4 stamp-h1 +/tmp diff --git a/NEWS b/NEWS index 1ee4715..d3de248 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ -GNU Pies NEWS -- history of user-visible changes. 2020-12-09 +GNU Pies NEWS -- history of user-visible changes. 2020-12-14 See the end of file for copying conditions. Please send Pies bug reports to or -Version 1.4.97 (git) +Version 1.5, 2020-12-14 * Detect if pies is started from docker @@ -54,7 +54,9 @@ or the IP[:PORT] specification, e.g. * Global env section The "env" section appearing in global context modifies the environment -for the main pies process and for all processes started by it. +for the main pies process. This modified environment will be +inherited by all processes started by pies in the course of its normal +operation. * New control endpoint /alive diff --git a/configure.ac b/configure.ac index 57d5f92..fcd4a9e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,11 +15,11 @@ # along with GNU Pies. If not, see . AC_PREREQ([2.63]) -AC_INIT([GNU Pies], [1.4.97], [bug-pies@gnu.org.ua]) +AC_INIT([GNU Pies], [1.5], [bug-pies@gnu.org.ua]) AC_CONFIG_SRCDIR([src/pies.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules]) +AM_INIT_AUTOMAKE([1.15 gnits tar-ustar dist-bzip2 std-options silent-rules]) # Enable silent rules by default: AM_SILENT_RULES([yes]) diff --git a/doc/ctl.texi b/doc/ctl.texi index dc226ae..4c220ec 100644 --- a/doc/ctl.texi +++ b/doc/ctl.texi @@ -65,6 +65,9 @@ Restarts the current @command{pies} instance. @node /conf @appendixsec /conf +The @samp{/conf} endpoint allows the client to inspect and change the +configuration of the running @command{pies} instance. + @node /conf/files @appendixsubsec /conf/files -- cgit v1.2.1