From 94409565750048347cd3220e9a917279f8035adb Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 19 Jan 2018 19:37:37 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 35478432..ddca1995 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,6 +38,8 @@ ver. 0.11.0-dev-0 (20??/??/??) - development nightly edition * purge database will be executed now (within observer). * restoring currently banned ip after service restart fixed (now < timeofban + bantime), ignore old log failures (already banned) +* upgrade database: update new created table `bips` with entries from table `bans` (allows restore + current bans after upgrade from version <= 0.10) ### New Features * Increment ban time (+ observer) functionality introduced. @@ -50,6 +52,10 @@ ver. 0.11.0-dev-0 (20??/??/??) - development nightly edition Note: because ban-time is dynamic, it was removed from jail.conf as timeout argument (check jail.local). ### Enhancements +* algorithm of restore current bans after restart changed: update the restored ban-time (and therefore + end of ban) of the ticket with ban-time of jail (as maximum), for all tickets with ban-time greater + (or persistent); not affected if ban-time of the jail is unchanged between stop/start. + ver. 0.10.3-dev-1 (20??/??/??) - development edition