From 4d08bc4ad5a75198b86c1c74e6a47e237ff35429 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 10 May 2019 16:22:25 +0200 Subject: [PATCH] update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2f449c8e..8e45cd7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,8 @@ ver. 0.10.5-dev-1 (20??/??/??) - development edition ### Fixes * 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 + whole words and fixed string (not as pattern), gh-2298 * `filter.d/sshd.conf`: - captures `Disconnecting ...: Change of username or service not allowed` (gh-2239, gh-2279) - captures `Disconnected from ... [preauth]` (`extra`/`aggressive` mode and preauth phase only, gh-2239, gh-2279)