From c6e1763d3705da0f42d5577040ef1eff46e55c89 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 1 Nov 2005 08:32:04 +0000 Subject: [PATCH] - Updated git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@214 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 9 ++++++++- TODO | 1 + version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e29e70097..552f437f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,16 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.5) 2005/10/26 +Fail2Ban (version 0.?.?) 2005/11/?? ============================================================= +ver. 0.?.? (2005/11/??) - ??? +---------- +- Propagated patches introduced by Debian maintainer + (Yaroslav Halchenko): + * Added an option to report local time (including timezone) + or GMT in mail notification. + ver. 0.5.5 (2005/10/26) - beta ---------- - Propagated patches introduced by Debian maintainer diff --git a/TODO b/TODO index 59b4ddb55..d00281084 100644 --- a/TODO +++ b/TODO @@ -20,3 +20,4 @@ See Feature Request Tracking System at SourceForge.net Example: /etc/fail2ban/scripts.d/apache - remove debug mode (root check) - better return values in function +- use more email.Utils in mail.py diff --git a/version.py b/version.py index 0601bf4a0..c781a2c48 100644 --- a/version.py +++ b/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.5.5" +version = "0.5.5-CVS"