From a9b3f190efd8736d65bfac9498c7a47531fc164b Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 10 Dec 2006 16:46:54 +0000 Subject: [PATCH] - Prepared for next release git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@483 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- CHANGELOG | 6 +++++- README | 2 +- common/version.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 90b4d506..3530ac3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,13 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.7.5) 2006/12/07 +Fail2Ban (version 0.7.6) 200?/??/?? ============================================================= +ver. 0.7.6 (200?/??/??) - ??? +---------- +- Added a "sleep 1" in redhat-initd. Thanks to Jim Wight + ver. 0.7.5 (2006/12/07) - beta ---------- - Do not ban a host that is currently banned. Thanks to diff --git a/README b/README index f0f26801..0dedd93a 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.7.5) 2006/12/07 +Fail2Ban (version 0.7.6) 200?/??/?? ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP diff --git a/common/version.py b/common/version.py index ee3b9df7..9e74d0e5 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.7.5" +version = "0.7.5-SVN"