From 6db9ae857468835e38426290cb6e194f813bf0b4 Mon Sep 17 00:00:00 2001 From: sebres Date: Sun, 26 Nov 2017 23:35:11 +0100 Subject: [PATCH] ChangeLog updated --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 44834880..9abafd79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,8 @@ ver. 0.10.2-dev-1 (2017/??/??) - development edition ports are enclosed in curly braces `{ }` in the `jail.local` etc. This may cause a double-brackets now. ### Fixes +* Fixed logging to systemd-journal: new logtarget value SYSOUT can be used instead of STDOUT, to avoid + write of the time-stamp, if logging to systemd-journal from foreground mode (gh-1876) * jail.conf: port `imap3` replaced with `imap` everywhere, since imap3 is not a standard port and old rarely (if ever) used and can missing on some systems (e. g. debian stretch), see gh-1942. * config/paths-common.conf: added missing initial values (and small normalization in config/paths-*.conf)