From 1c3f233475cd4c3fee4dfbb94e575b190298a1bc Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 13 Sep 2005 20:43:00 +0000 Subject: [PATCH] - Updated for 0.5.4 git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@201 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 5d1e8bd2..829d346f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.?.?) 2005/09/?? +Fail2Ban (version 0.5.4) 2005/09/13 ============================================================= -ver. ?.?.? (????/??/??) - ? +ver. 0.5.4 (2005/09/13) - beta ---------- - Fixed bug #1286222. - Propagated patches introduced by Debian maintainer diff --git a/README b/README index 1c0601ef..243c194f 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.?.?) 2005/09/?? +Fail2Ban (version 0.5.4) 2005/09/13 ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP @@ -58,8 +58,8 @@ Require: python-2.3 (http://www.python.org) To install, just do: -> tar xvfj fail2ban-0.?.?.tar.bz2 -> cd fail2ban-0.?.? +> tar xvfj fail2ban-0.5.4.tar.bz2 +> cd fail2ban-0.5.4 > python setup.py install This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban diff --git a/version.py b/version.py index 7e4432e1..87645ea0 100644 --- a/version.py +++ b/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.5.3-CVS" +version = "0.5.4"