mirror of https://github.com/fail2ban/fail2ban
update ChangeLog (multi-line parsing fix, gh-2431)
parent
ffd366e17b
commit
3b51c005f8
|
@ -35,6 +35,11 @@ ver. 0.10.5-dev-1 (20??/??/??) - development edition
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
* [grave] fixed parsing of multi-line filters (`maxlines` > 1) together with systemd backend,
|
||||||
|
now systemd-filter replaces newlines in message from systemd journal with `\n` (otherwise
|
||||||
|
multi-line parsing may be broken, because removal of matched string from multi-line buffer window
|
||||||
|
is confused by such extra new-lines, so they are retained and got matched on every followed
|
||||||
|
message, see gh-2431)
|
||||||
* fixed read of included config-files (`.local` overwrites options of `.conf` for config-files
|
* fixed read of included config-files (`.local` overwrites options of `.conf` for config-files
|
||||||
included with before/after)
|
included with before/after)
|
||||||
* `action.d/helpers-common.conf`: rewritten grep arguments, now options `-wF` used to match only
|
* `action.d/helpers-common.conf`: rewritten grep arguments, now options `-wF` used to match only
|
||||||
|
|
Loading…
Reference in New Issue