From 11c1bf0149790f7a2099c63e682221ee93115903 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Fri, 6 Jul 2018 18:05:59 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index fefa7d5c..ac26ee02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,10 +45,14 @@ ver. 0.10.4-dev-1 (20??/??/??) - development edition - database: improve adapter/converter handlers working on invalid characters in sense of json and/or sqlite-database; additionally both are exception-safe now, so avoid possible locking of database (closes gh-2137); - logging in fail2ban is process-wide exception-safe now. +* repaired start-time of initial seek to time (as well as other log-parsing related data), + if parameter `logpath` specified before `findtime`, `backend`, `datepattern`, etc (gh-2173) +* systemd: fixed type error on option `journalflags`: an integer is required (gh-2125); ### New Features ### Enhancements +* `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.