From 8cbc1e0ebb91142a34756fd2f4416b08d773deaa Mon Sep 17 00:00:00 2001 From: sebres Date: Thu, 16 Jan 2020 16:51:27 +0100 Subject: [PATCH] ChangeLog (change actioncheck behavior) --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3f9c11b1..73e0e047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,11 +9,20 @@ Fail2Ban: Changelog ver. 1.0.1-dev-1 (20??/??/??) - development nightly edition ----------- +### Compatibility: +* to v.0.11: + - due to change of `actioncheck` behavior (gh-488), some actions can be incompatible as regards + the invariant check, if `actionban` or `actionunban` would not throw an error (exit code + different from 0) in case of unsane environment. + ### Fixes ### New Features ### Enhancements +* `actioncheck` behavior is changed now (gh-488), so invariant check as well as restore or repair + of sane environment (in case of recognized unsane state) would only occur on action errors (e. g. + if ban or unban operations are exiting with other code as 0) ver. 0.11.1 (2020/01/11) - this-is-the-way