From 6c2ce35f8ca299aa41274e25fb1fc6533f31ce99 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 1 Sep 2009 21:29:13 +0000 Subject: [PATCH] - Oups... Forgot the ChangeLog... git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@753 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index b4b475ff..268c7113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ Fail2Ban (version 0.8.4) 2009/02/?? ver. 0.8.4 (2009/??/??) - stable ---------- +- Check the inode number for rotation in addition to checking the first line of + the file. Thanks to Jonathan Kamens. Red Hat #503852. Tracker #2800279. - Moved the shutdown of the logging subsystem out of Server.quit() to the end of Server.start(). Fixes the 'cannot release un-acquired lock' error.