- Version 0.1.2. Second beta version

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@49 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.6
Cyril Jaquier 2004-11-21 09:29:11 +00:00
parent a562542523
commit 2c778a9b76
3 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
Fail2Ban (version 0.1.1) 10/23/2004
Fail2Ban (version 0.1.2) 11/21/2004
=============================================================
ver. 0.?.? (??/??/2004) - ???
ver. 0.1.2 (11/21/2004) - beta
----------
- Add ipfw and ipfwadm support. The rules are taken from
BlockIt. Thanks to Robert Edeker

4
README
View File

@ -52,8 +52,8 @@ Require: python-2.3 (http://www.python.org)
To install, just do:
> tar xvfj fail2ban-0.1.1.tar.bz2
> cd fail2ban-0.1.1
> tar xvfj fail2ban-0.1.2.tar.bz2
> cd fail2ban-0.1.2
> python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The

View File

@ -24,4 +24,4 @@ __date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
version = "0.1.1-CVS"
version = "0.1.2"