Browse Source

- Changed to SVN version.

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@705 a942ae1a-1317-0410-a47c-b1dcaea8d605
_tent/ipv6_via_aInfo
Cyril Jaquier 17 years ago
parent
commit
a8f4d3a8b4
  1. 5
      ChangeLog
  2. 6
      README
  3. 2
      common/version.py

5
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.

6
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

2
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"

Loading…
Cancel
Save