From b701e033c1e243f80d1e47fb09fedeaebde877aa Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 25 Sep 2006 17:06:00 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@384 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 2 +- TODO | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 87685a61..5ecb7159 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,7 +14,7 @@ ver. 0.7.3 (2006/??/??) - beta - Added Gamin (file and directory monitoring system) support - (Re)added "ignoreip" option - Added more concurrency protection -- First attempt at solving bug #1457620 +- First attempt at solving bug #1457620 (locale issue) - Performance improvements ver. 0.7.2 (2006/09/10) - beta diff --git a/TODO b/TODO index ba8a5990..ea3d36f8 100644 --- a/TODO +++ b/TODO @@ -16,8 +16,6 @@ Legend: - Improve execution of action. Why does subprocess.call deadlock with multi-jails? -# Prefix all private functions with "__" - - Verify TAI64N # implement all get/set functions @@ -46,10 +44,6 @@ Legend: Python since 2.1. It should be possible to run all tests automatically. -# autodetect date format in log file. Match the most popular - format and sort them using the hit ratio. Should avoid - user problem with regex and not have a big impact on perfs. - ? restart automatically the daemon if an exception occurs. - do not close socket after a send