summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlostcontrol <lostcontrol@a942ae1a-1317-0410-a47c-b1dcaea8d605>2009-09-07 19:13:45 +0000
committerlostcontrol <lostcontrol@a942ae1a-1317-0410-a47c-b1dcaea8d605>2009-09-07 19:13:45 +0000
commitefd6cc4123cd0ef3d595468a223db99e135620ff (patch)
tree9d08eb07cc009d6f0e36272b619c0965f1f548a4
parent4141bc59ea1e637ccba599008440cc4aa9723502 (diff)
downloadfail2ban-efd6cc4123cd0ef3d595468a223db99e135620ff.tar.gz
- Release 0.8.4.0_8_4
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@754 a942ae1a-1317-0410-a47c-b1dcaea8d605
-rw-r--r--ChangeLog4
-rw-r--r--README5
-rw-r--r--common/version.py2
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"