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"