summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsebres <serg.brester@sebres.de>2020-09-02 19:59:27 +0200
committersebres <serg.brester@sebres.de>2020-09-02 20:09:06 +0200
commitf09ba1b3993c804aaa279b4542fa8ffd87c4dd53 (patch)
tree4e1f0b8f0abc454247b49f81f163a992db084351 /ChangeLog
parenta3a148078e1875fd7b33daa1f07e0bb0c2000342 (diff)
downloadfail2ban-f09ba1b3993c804aaa279b4542fa8ffd87c4dd53.tar.gz
action in jail-config extended to consider space as separator now (splitWithOptions separates by space between mains words, but not in options), so defining `action = a b` would specify 2 actions `a` and `b`;
it is additionally more precise now (see fixed typo with closed bracket `]` instead of comma in testServerReloadTest)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fabfed68..8e9b7612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,8 @@ ver. 0.10.6-dev (20??/??/??) - development edition
- speedup formatted output (bypass unneeded stats creation)
- extended with prefregex statistic
- more informative output for `datepattern` (e. g. set from filter) - pattern : description
+* parsing of action in jail-configs considers space between action-names as separator also
+ (previously only new-line was allowed), for example `action = a b` would specify 2 actions `a` and `b`
* new filter and jail for GitLab recognizing failed application logins (gh-2689)
* `filter.d/guacamole.conf` extended with `logging` parameter to follow webapp-logging if it's configured (gh-2631)
* introduced new prefix `{UNB}` for `datepattern` to disable word boundaries in regex;