From 7fb2508960e780536351c23bed7d645542810cfd Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Thu, 24 Feb 2005 13:59:34 +0000 Subject: [PATCH] - Version 0.3.0. Named it 0.3 because there is a lot of changes in this release git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@73 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 4 ++-- README | 2 +- TODO | 1 - version.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9ef9ca4c5..dfe16beea 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 be98a10c9..daf7b2225 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 62d421f12..d11e35033 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 cb074256f..776fd44e2 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"