From 0bc43bde31763e08a63741acf13cf59b0098f012 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 7 Sep 2009 19:13:45 +0000 Subject: [PATCH] - Release 0.8.4. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@754 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- ChangeLog | 4 ++-- README | 5 +++-- common/version.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 268c7113..613c05a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ================================================================================ -Fail2Ban (version 0.8.4) 2009/02/?? +Fail2Ban (version 0.8.4) 2009/09/07 ================================================================================ -ver. 0.8.4 (2009/??/??) - stable +ver. 0.8.4 (2009/09/07) - stable ---------- - Check the inode number for rotation in addition to checking the first line of the file. Thanks to Jonathan Kamens. Red Hat #503852. Tracker #2800279. diff --git a/README b/README index 7f147670..9005158e 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ================================================================================ -Fail2Ban (version 0.8.4) 2009/??/?? +Fail2Ban (version 0.8.4) 2009/09/07 ================================================================================ Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many @@ -71,7 +71,8 @@ Munger, Christoph Haas, Justin Shore, Joël Bertrand, René Berber, mEDI, Axel Thimm, Eric Gerbier, Christian Rauch, Michael C. Haller, Jonathan Underwood, Hanno 'Rince' Wagner, Daniel B. Cid, David Nutter, Raphaël Marichez, Guillaume Delvit, Vaclav Misek, Adrien Clerc, Michael Hanselmann, Vincent Deffontaines, -Bill Heaton, Russell Odom, Christos Psonis and many others. +Bill Heaton, Russell Odom, Christos Psonis, Arturo 'Buanzo' Busleiman and many +others. License: -------- diff --git a/common/version.py b/common/version.py index a2bb1b41..f2adf81a 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-SVN" +version = "0.8.4"