aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-12 20:09:57 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-12 20:09:57 +0300
commitc01715d49064110d9ed7236d1f02ed2a0418cfdc (patch)
treee298e5cb417b5fb83f277dc8d77e70e040d7c477 /NEWS
parent85563afeac954a50de7e4c207f43b57a4e63e474 (diff)
downloadpies-c01715d49064110d9ed7236d1f02ed2a0418cfdc.tar.gz
pies-c01715d49064110d9ed7236d1f02ed2a0418cfdc.tar.bz2
Version 1.3.92
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f5be6dd..f4afcd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,19 @@
-GNU Pies NEWS -- history of user-visible changes. 2019-06-07
+GNU Pies NEWS -- history of user-visible changes. 2019-06-12
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
<bug-pies@gnu.org.ua>
-Version 1.3.91 (git)
+Version 1.3.92 (git)
* New option --no-init
The --no-init option instructs pies not to switch to init mode if its
PID is 1. Use this option if you run pies as a process manager in a
docker container.
* New component modes: startup and shutdown
Startup components are run right after pies startup. Any other
components start running only after last startup component has terminated.
@@ -84,24 +84,26 @@ Previous versions applied unnecessary word splitting if given a
single argument. This is now fixed, so that e.g. the following
statement is processed correctly and defines a single variable
X to have the value "foo bar":
env "X=foo bar"
* New environment variable available for commands started from return-code
Programs started via "exec" statement in the "return-code" block
obtain the PID of the master pies process in environment variable
PIES_MASTER_PID.
+* Improved testsuite
+
Version 1.3, 2016-10-01
* SysV-style Init
GNU Pies can now be used as init process daemon - the first process
started during booting. The configuration can be supplied both as
a traditional /etc/inittab file or as a native GNU Pies configuration
file. The control interface provides extensive monitoring and
management capabilities.
* Control interface

Return to:

Send suggestions and report system problems to the System administrator.