diff --git a/CHANGELOG b/CHANGELOG index 5a84ff0d..e9fac9e8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,15 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.7.3) 2006/09/28 +Fail2Ban (version 0.7.4) 2006/??/?? ============================================================= +ver. 0.7.4 (2006/09/28) - beta +---------- +- Improved configuration files. Thanks to Yaroslav Halchenko +- Added man page for "fail2ban-regex" +- Moved ban/unban messages from "info" level to "warn" + ver. 0.7.3 (2006/09/28) - beta ---------- - Added man pages. Thanks to Yaroslav Halchenko diff --git a/TODO b/TODO index 6a5e2760..203ac0a8 100644 --- a/TODO +++ b/TODO @@ -20,9 +20,6 @@ Legend: - Verify TAI64N -# correct handling of threads (join???), concurrency, etc - protect "jails" in server.py - - signal handling (ctrl-c, etc) # see Feature Request Tracking System at SourceForge.net @@ -35,8 +32,6 @@ Legend: # better return values in function -? use more email.Utils in mail.py - ? add gettext support. Is this really needed for a server utility? diff --git a/version.py b/version.py index dcbedc39..1124e7e4 100644 --- a/version.py +++ b/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.7.3" +version = "0.7.3-SVN"