mirror of https://github.com/fail2ban/fail2ban
Update ChangeLog
parent
3fcb0a868d
commit
410a9804b1
|
@ -62,6 +62,9 @@ ver. 0.10.5-dev-1 (20??/??/??) - development edition
|
|||
attempts (failure) for IP (resp. failure-ID), see gh-2351;
|
||||
Syntax:
|
||||
- `fail2ban-client set <jail> attempt <ip> [<failure-message1> ... <failure-messageN>]`
|
||||
* `action.d/badips.py`: option `loglevel` extended with level of summary message,
|
||||
following example configuration logging summary with NOTICE and rest with DEBUG log-levels:
|
||||
`action = badips.py[loglevel="debug, notice"]`
|
||||
|
||||
|
||||
ver. 0.10.4 (2018/10/04) - ten-four-on-due-date-ten-four
|
||||
|
@ -105,7 +108,6 @@ ver. 0.10.4 (2018/10/04) - ten-four-on-due-date-ten-four
|
|||
* `filter.d/dovecot.conf`: extended with tags F-USER (and alternatives) to collect user-logins (gh-2168)
|
||||
* since v.0.10.4, fail2ban-client, fail2ban-server and fail2ban-regex will return version without logo info,
|
||||
additionally option `-V` can be used to get version in normalized machine-readable short format.
|
||||
* `action.d/badips.py`: add a `shortloglevel` option for the summary message, in addition to the existing `loglevel` one
|
||||
|
||||
|
||||
ver. 0.10.3 (2018/04/04) - the-time-is-always-right-to-do-what-is-right
|
||||
|
|
Loading…
Reference in New Issue