summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsebres <serg.brester@sebres.de>2022-02-18 20:19:43 +0100
committersebres <serg.brester@sebres.de>2022-02-18 20:19:43 +0100
commitb903059419b45113f054a149a21abd5cf289d8c3 (patch)
tree8daf1c4f7baf17191f93cc41a880781403a11ae5 /ChangeLog
parent8eb521694e2f7a5739442ba0e32b2413e9350d00 (diff)
downloadfail2ban-b903059419b45113f054a149a21abd5cf289d8c3.tar.gz
ChangeLog for RFE gh-3217 (with compat warning)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 `<ip>` (instead of `<fid>` or `<F-ID>`) to get failure-ID may become
+ incompatible, if filter uses IP-related tags (like `<ADDR>` or `<HOST>`) additionally to `<F-ID>`
+ 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 `<ip>` and `<fid>` (`<F-ID>`), if IP-address deviates from ID then the value
+ of `<ip>` is not equal `<fid>` 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)