aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73d2e07..775848e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU Pies NEWS -- history of user-visible changes. 2020-12-02
+GNU Pies NEWS -- history of user-visible changes. 2020-12-05
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
@@ -28,6 +28,29 @@ the shell.
This flag is incompatible with the "shell" flag. When both are used,
the preference is given to "shell" and a warning message to that
effect is issued.
+
+* Component standard stream redirection rewritten from scratch
+
+In particular, redirecting stdout/stderr to syslog no longer require
+starting an auxiliar process.
+
+* The component.facility configuration statement is withdrawn
+
+To specify a particular facility, use the fully qualified
+facility.priority argument to the stdout or stderr statement, e.g.:
+
+ stderr syslog local1.err;
+
+* New configuration statement syslog.dev
+
+The statement configures the socket to communicate with the syslog
+daemon. Its argument is either the file name of the local socket
+or the IP[:PORT] specification, e.g.
+
+ syslog {
+ dev 172.31.255.252;
+ }
+
Version 1.4, 2019-07-02

Return to:

Send suggestions and report system problems to the System administrator.