From e5261aade6d6ad06cef5eeacf76c7ef14bc99920 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 24 Apr 2013 16:08:54 -0400 Subject: [PATCH] changelog for new jail.conf --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e11bbde8..3eafa79c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,13 @@ Carries all fixes in 0.8.9 and new features and enhancements. Nearly all development is thanks to Steven Hiscocks (THANKS!) with only code-review and minor additions from Yaroslav Halchenko. -- Refactoring: +- Refactoring (IMPORTANT -- Please review your setup and configuration): + Yaroslav Halchenko + * [..bddbf1e] jail.conf was heavily refactored and now is similar + to how it looked on Debian systems: + - default action could be configured once for all jails + - jails definitions only provide customizations (port, logpath) + - no need to specify 'filter' if name matches jail name Steven Hiscocks * [..5aef036] Core functionality moved into fail2ban/ module. Closes gh-26