From b903059419b45113f054a149a21abd5cf289d8c3 Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 18 Feb 2022 20:19:43 +0100 Subject: ChangeLog for RFE gh-3217 (with compat warning) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d294ad54..0b5633c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,9 @@ ver. 1.0.1-dev-1 (20??/??/??) - development nightly edition - due to change of `actioncheck` behavior (gh-488), some actions can be incompatible as regards the invariant check, if `actionban` or `actionunban` would not throw an error (exit code different from 0) in case of unsane environment. + - actions that have used tag `` (instead of `` or ``) to get failure-ID may become + incompatible, if filter uses IP-related tags (like `` or ``) additionally to `` + and the values are different (gh-3217) ### Fixes * readline fixed to consider interim new-line character as part of code point in multi-byte logs @@ -34,6 +37,8 @@ ver. 1.0.1-dev-1 (20??/??/??) - development nightly edition * better recognition of log rotation, better performance by reopen: avoid unnecessary seek to begin of file (and hash calculation) * file filter reads only complete lines (ended with new-line) now, so waits for end of line (for its completion) +* actions differentiate tags `` and `` (``), if IP-address deviates from ID then the value + of `` is not equal `` anymore (gh-3217) * `action.d/ufw.conf` (gh-3018): - new option `add` (default `prepend`), can be supplied as `insert 1` for ufw versions before v.0.36 (gh-2331, gh-3018) - new options `kill-mode` and `kill` to drop established connections of intruder (see action for details, gh-3018) -- cgit v1.2.1