From 002719dca4f28e174c122a2c7d90ae1d8f53826a Mon Sep 17 00:00:00 2001 From: sebres Date: Sat, 23 Aug 2025 20:18:59 +0200 Subject: [PATCH] ChangeLog update --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71546408..62b74fba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,7 +87,10 @@ ver. 1.1.1-dev-1 (20??/??/??) - development nightly edition can be set to empty value to create simple addresses set (restore previous behavior). * `action.d/firewallcmd-rich-*.conf` - fixed incorrect quoting, disabling port variable expansion by substitution of rich rule (gh-3815) -* `filter.d/dovecot.conf` - add support for latest Dovecot 2.4 release (gh-4016) +* `filter.d/dovecot.conf`: + - add support for latest Dovecot 2.4 release (gh-4016) + - mode `aggressive` covered new variant for `no auth attempts in X secs` with `Login aborted` and `(no_auth_attempts)` + - mode `aggressive` extended to match `disconnected during TLS handshake` with `no application protocol` and `no shared cipher` * `filter.d/nginx-limit-req.conf` - extended to ban hosts failed by limit connection in ngx_http_limit_conn_module (gh-3674, gh-4047) * `filter.d/proxmox.conf` - add support to Proxmox Web GUI (gh-2966) * `filter.d/openvpn.conf` - new filter and jail for openvpn recognizing failed TLS handshakes (gh-2702)