From 44f32d6132d52ca1ed30116ddd05c18ee6a05f88 Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 25 Mar 2024 16:32:50 +0100 Subject: [PATCH] changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 25b14116..f3d2181c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ ver. 1.0.3-dev-1 (20??/??/??) - development nightly edition - filter can bypass additional timestamp or pid that may be logged via systemd-journal or syslog-ng (gh-3060) - rewrite host line regex for all varied exim's log_selector states (gh-3263) - fixed "dropped: too many ..." regex, also matching unrecognized commands now (gh-3502) +* `filter.d/named-refused.conf` - denied allows any reason in parenthesis as suffix (gh-3697) * `filter.d/nginx-forbidden.conf` - new filter to ban forbidden locations, e. g. using `deny` directive (gh-2226) * `filter.d/sshd.conf`: - avoid double counting for "maximum authentication attempts exceeded" (gh-3502)