From 340e14c0042f7b2778ac152f07f49b8e641af4a5 Mon Sep 17 00:00:00 2001 From: lostcontrol Date: Tue, 3 Jan 2006 15:14:27 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@230 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 7 +++++++ README | 8 ++++---- TODO | 3 +++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 54bf066a..3c37789d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,13 @@ ver. 0.6.? (200?/??/??) - ??? - Propagated patch from Debian to fix fail2ban search path addition to the path search list: now it is added first. Thanks to Nick Craig-Wood +- Added SMTP authentification for mail notification. Thanks + to Markus Hoffmann +- Removed debug mode as it is confusing for people +- Added parsing of timestamp in TAI64N format (#1275325). + Thanks to Mark Edgington +- Added patch #1382936 (Default formatted syslog logging). + Thanks to Patrick Börjesson ver. 0.6.0 (2005/11/20) - stable ---------- diff --git a/README b/README index 915304bb..0c241a8a 100644 --- a/README +++ b/README @@ -62,8 +62,8 @@ To install, just do: > cd fail2ban-0.6.0 > python setup.py install -This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban -executable is placed into /usr/bin. +This will install Fail2Ban into /usr/lib/fail2ban. The +fail2ban executable is placed into /usr/bin. Gentoo: ebuilds are available on the website. Debian: Fail2Ban is in Debian unstable. @@ -96,7 +96,6 @@ the value stored in fail2ban.conf. Here are the command line options: -b start in background - -d start in debug mode -c read configuration file FILE -p create PID lock in FILE -h display this help message @@ -124,7 +123,8 @@ Thanks: Kévin Drapel, Marvin Rouge, Sireyessire, Robert Edeker, Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko, -Jonathan Kamens, Stephen Gildea +Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark +Edgington, Patrick Börjesson License: -------- diff --git a/TODO b/TODO index d0028108..190a84cb 100644 --- a/TODO +++ b/TODO @@ -21,3 +21,6 @@ See Feature Request Tracking System at SourceForge.net - remove debug mode (root check) - better return values in function - use more email.Utils in mail.py +- add gettext support +- send an email when fail2ban is running +- use Gentoo Portage style for scripts