summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2020-10-25 13:46:26 +0000
committerDuncan Bellamy <dunk@denkimushi.com>2023-03-08 09:17:13 +0000
commit9997807fb329b6c850e9c5ecb5564a234050763d (patch)
tree5062f3d974e1e6aec5555c45a19f928ec2742588 /ChangeLog
parent234660e94d0b887aef8ae11d7826420de30a9bef (diff)
downloadfail2ban-9997807fb329b6c850e9c5ecb5564a234050763d.tar.gz
Add action for mikrotik routerOS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2259e36..bf8d6e76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -293,7 +293,14 @@ ver. 0.11.2 (2020/11/23) - heal-the-world-with-security-tools
* fail2ban-client: extended to unban IP range(s) by subnet (CIDR/mask) or hostname (DNS), gh-2791;
* extended capturing of alternate tags in filter, allowing combine of multiple groups to single tuple token with new tag
prefix `<F-TUPLE_`, that would combine value of `<F-V>` with all value of `<F-TUPLE_V?_n?>` tags (gh-2755)
+<<<<<<< HEAD
+=======
+* `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)
+* new action for mikrotik routerOS, adds and removes entries from address lists on the router
+>>>>>>> Add action for mikrotik routerOS
ver. 0.11.1 (2020/01/11) - this-is-the-way
-----------