Update ChangeLog

pull/2402/head
Sergey G. Brester 2019-04-19 12:50:35 +02:00 committed by GitHub
parent 3e5b8fdc6a
commit 7d6db7391e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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);