From 401d8aba1f1aa0060c21f3e3d0261032b6c5836b Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sat, 14 Dec 2013 17:20:21 +0000 Subject: [PATCH] DOC: Update ChangeLog with systemd backend and persistent database --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c375379..743cf4ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,14 @@ code-review and minor additions from Yaroslav Halchenko. Steven Hiscocks * [..5aef036] Core functionality moved into fail2ban/ module. Closes gh-26 + * Added fail2ban persistent database + - default location at /var/lib/fail2ban/fail2ban.sqlite3 + - allows active bans to be reinstated on restart + - log files read from last position after restart + * Added systemd journal backend + - Dependency on python-systemd + - New "journalmatch" option added to filter configs files + - New "systemd-journal" option added to fail2ban-regex - New features: Steven Hiscocks * [..c7ae460] Multiline failregex. Close gh-54