From 3b51c005f835d526a4521e745fa1ce8b860b9725 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 24 May 2019 16:17:06 +0200 Subject: [PATCH] update ChangeLog (multi-line parsing fix, gh-2431) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e45cd7c..63e5e4a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,11 @@ ver. 0.10.5-dev-1 (20??/??/??) - development edition ----------- ### Fixes +* [grave] fixed parsing of multi-line filters (`maxlines` > 1) together with systemd backend, + now systemd-filter replaces newlines in message from systemd journal with `\n` (otherwise + multi-line parsing may be broken, because removal of matched string from multi-line buffer window + is confused by such extra new-lines, so they are retained and got matched on every followed + message, see gh-2431) * fixed read of included config-files (`.local` overwrites options of `.conf` for config-files included with before/after) * `action.d/helpers-common.conf`: rewritten grep arguments, now options `-wF` used to match only