Update ChangeLog

pull/2356/head
Sergey G. Brester 2019-03-01 12:31:17 +01:00 committed by GitHub
parent 32ba74463f
commit 6c14f1987f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ ver. 0.10.5-dev-1 (20??/??/??) - development edition
* `filter.d/traefik-auth.conf`: used to ban hosts, that were failed through traefik
### Enhancements
* 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);
* jail-reader extended (amend to gh-1622): actions support multi-line options now (interpolations
containing new-line);
* fail2ban-client: extended to ban/unban multiple tickets (see gh-2351, gh-2349);