From d9525ad3aafb3a3a3387e402fcb965a730cf6a97 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Wed, 4 Apr 2018 16:47:18 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index e4f89c02..9c424962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,6 +47,7 @@ ver. 0.10.3-dev-1 (20??/??/??) - development edition - amend to gh-1263 with better handling of multiple attempts (failures for different user-names recognized immediatelly); - mode `ddos` (and `aggressive`) extended to catch `Connection closed by ... [preauth]`, so in DDOS mode it counts failure on closing connection within preauth-stage (gh-2085); +* `action.d/abuseipdb.conf`: fixed curl cypher errors and comment quote-issue (gh-2044, gh-2101); * `action.d/badips.py`: implicit convert IPAddr to str, solves an issue "expected string, IPAddr found" (gh-2059); * `action.d/hostsdeny.conf`: fixed IPv6 syntax (enclosed in square brackets, gh-2066); * (Free)BSD ipfw actionban fixed to allow same rule added several times (gh-2054);