summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey G. Brester <serg.brester@sebres.de>2021-04-04 00:04:08 +0200
committerGitHub <noreply@github.com>2021-04-04 00:04:08 +0200
commitdda70d60c0172f528c7565209f1ac3c3eaee640c (patch)
tree1355c1db71a37298710c955ee51113b144017004 /ChangeLog
parentc5d43d7573437e401f991a782e106a851ef9975d (diff)
parent7579072e3b1d0663ac50ff067a953d4fe8c28ac7 (diff)
downloadfail2ban-dda70d60c0172f528c7565209f1ac3c3eaee640c.tar.gz
Merge branch 'master' into master
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b8c757..4b0733d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,17 +10,25 @@ ver. 1.0.1-dev-1 (20??/??/??) - development nightly edition
-----------
### Compatibility:
+* potential incompatibility by parsing of options of `backend`, `filter` and `action` parameters (if they
+ are partially incorrect), because fail2ban could throw an error now (doesn't silently bypass it anymore).
* to v.0.11:
- 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.
### Fixes
+* readline fixed to consider interim new-line character as part of code point in multi-byte logs
+ (e. g. unicode encoding like utf-16be, utf-16le);
+* `filter.d/drupal-auth.conf` more strict regex, extended to match "Login attempt failed from" (gh-2742)
### New Features and Enhancements
* `actioncheck` behavior is changed now (gh-488), so invariant check as well as restore or repair
of sane environment (in case of recognized unsane state) would only occur on action errors (e. g.
if ban or unban operations are exiting with other code as 0)
+* 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)
* `filter.d/nginx-http-auth.conf` - extended with parameter mode, so additionally to `auth` (or `normal`)
mode `fallback` (or combined as `aggressive`) can find SSL errors while SSL handshaking, gh-2881