From eed1de0ceb992315c6824ca79e512df861bab39b Mon Sep 17 00:00:00 2001 From: Amir Caspi Date: Fri, 29 Mar 2019 17:47:52 -0600 Subject: [PATCH] Update ChangeLog Updated to reflect sendmail-reject changes https://github.com/fail2ban/fail2ban/commit/9e1fa4ff73a1566ae0c381930b6eaae9880b0f29 and https://github.com/fail2ban/fail2ban/commit/ffd5d0db78af01afcdf7a2c615dc26b8558ad8f1 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e20f6ccc..4389fa88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,9 @@ ver. 0.10.5-dev-1 (20??/??/??) - development edition * `filter.d/mysqld-auth.conf`: - MYSQL 8.0.13 compatibility (log-error-verbosity = 3), log-format contains few additional words enclosed in brackets after "[Note]" (gh-2314) +* `filter.d/sshd.conf`: + - `mode=extra` now captures port IDs of `TLSMTA` and `MSA` (defaults for ports 465 and 587 on some distros) + * `files/fail2ban.service.in`: fixed systemd-unit template - missing nftables dependency (gh-2313) * several `action.d/mail*`: fixed usage with multiple log files (ultimate fix for gh-976, gh-2341)