diff --git a/CHANGELOG b/CHANGELOG index 9ef9ca4c..dfe16bee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.3.0) 02/??/2005 +Fail2Ban (version 0.3.0) 02/24/2005 ============================================================= -ver. 0.3.0 (02/??/2005) - beta +ver. 0.3.0 (02/24/2005) - beta ---------- - Re-writting of parts of the code in order to handle several log files with different rules diff --git a/README b/README index be98a10c..daf7b222 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.3.0) 02/??/2005 +Fail2Ban (version 0.3.0) 02/24/2005 ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP diff --git a/TODO b/TODO index 62d421f1..d11e3503 100644 --- a/TODO +++ b/TODO @@ -12,4 +12,3 @@ ToDo - improve configuration file and command line options handling - improve installation process -- create a web page for the project diff --git a/version.py b/version.py index cb074256..776fd44e 100644 --- a/version.py +++ b/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.3.0-CVS" +version = "0.3.0"