From 351614258d158281fb37c6dceff122b5b7bfe15d Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 20 Nov 2005 16:53:13 +0000 Subject: [PATCH] - Updated for 0.6.0 git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@215 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 4 ++-- README | 6 +++--- version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 552f437f..99e4402e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.?.?) 2005/11/?? +Fail2Ban (version 0.6.0) 2005/11/20 ============================================================= -ver. 0.?.? (2005/11/??) - ??? +ver. 0.6.0 (2005/11/20) - stable ---------- - Propagated patches introduced by Debian maintainer (Yaroslav Halchenko): diff --git a/README b/README index 94267bcb..915304bb 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.5) 2005/10/26 +Fail2Ban (version 0.6.0) 2005/11/20 ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP @@ -58,8 +58,8 @@ Require: python-2.4 (http://www.python.org) To install, just do: -> tar xvfj fail2ban-0.5.5.tar.bz2 -> cd fail2ban-0.5.5 +> tar xvfj fail2ban-0.6.0.tar.bz2 +> cd fail2ban-0.6.0 > python setup.py install This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban diff --git a/version.py b/version.py index c781a2c4..794dd43b 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-CVS" +version = "0.6.0"