From a8f4d3a8b458355264db76570ad0546def09465f Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 22 Jul 2008 22:23:52 +0000 Subject: [PATCH] - Changed to SVN version. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@705 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- ChangeLog | 5 ++++- README | 6 +++--- common/version.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c54efc49..a80e610a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,9 +4,12 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.8.3) 2008/07/17 +Fail2Ban (version 0.8.4) 2008/??/?? ============================================================= +ver. 0.8.4 (2008/??/??) - stable +---------- + ver. 0.8.3 (2008/07/17) - stable ---------- - Process failtickets as long as failmanager is not empty. diff --git a/README b/README index d413aca7..43363ea8 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.8.3) 2008/07/17 +Fail2Ban (version 0.8.4) 2008/??/?? ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP @@ -28,8 +28,8 @@ Optional: To install, just do: -> tar xvfj fail2ban-0.8.3.tar.bz2 -> cd fail2ban-0.8.3 +> tar xvfj fail2ban-0.8.4.tar.bz2 +> cd fail2ban-0.8.4 > python setup.py install This will install Fail2Ban into /usr/share/fail2ban. The diff --git a/common/version.py b/common/version.py index 8da11b94..a2bb1b41 100644 --- a/common/version.py +++ b/common/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.8.3" +version = "0.8.3-SVN"