From 7d6db7391edd27ea5bf90bd7da9b02f87b08c4a3 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Fri, 19 Apr 2019 12:50:35 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4d9e8c6e..2f449c8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -70,6 +70,8 @@ filter = flt[logtype=short] * `filter.d/traefik-auth.conf`: used to ban hosts, that were failed through traefik ### Enhancements +* introduced new options: `dbmaxmatches` (fail2ban.conf) and `maxmatches` (jail.conf) to contol + how many matches per ticket fail2ban can hold in memory and store in database (gh-2402, gh-2118); * fail2ban.conf: introduced new section `[Thread]` and option `stacksize` to configure default size of the stack for threads running in fail2ban (gh-2356), it could be set in `fail2ban.local` to avoid runtime error "can't start new thread" (see gh-969);