From a354050913b557654a7902c6e061712c0b275083 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 30 Aug 2009 14:49:16 +0000 Subject: [PATCH] - Added two new filters: lighttpd-fastcgi and php-url-fopen. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@744 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index cb4c9b63..af26b9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ Fail2Ban (version 0.8.4) 2009/02/?? ver. 0.8.4 (2009/??/??) - stable ---------- +- Added two new filters: lighttpd-fastcgi and php-url-fopen. - Fixed the 'unexpected communication error' problem by means of use_poll=False in Python >= 2.6. - Merged patches from Debian package. Thanks to Yaroslav Halchenko.