- Prepared for releasing (0.7.6)

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@512 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
lostcontrol 2007-01-04 12:59:09 +00:00
parent ff13d5915e
commit 1250a27bc9
2 changed files with 6 additions and 6 deletions

10
README
View file

@ -4,7 +4,7 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
Fail2Ban (version 0.7.6) 200?/??/??
Fail2Ban (version 0.7.6) 2007/01/04
=============================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP
@ -28,11 +28,11 @@ Optional:
To install, just do:
> tar xvfj fail2ban-0.7.5.tar.bz2
> cd fail2ban-0.7.5
> tar xvfj fail2ban-0.7.6.tar.bz2
> cd fail2ban-0.7.6
> python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The
This will install Fail2Ban into /usr/share/fail2ban. The
executable scripts are placed into /usr/bin.
Gentoo: ebuilds are available on the website.
@ -73,7 +73,7 @@ Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko,
Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark
Edgington, Patrick Börjesson, kojiro, zugeschmiert, Tyler,
Nick Munger, Christoph Haas, Justin Shore, Joël Bertrand,
René Berber, mEDI
René Berber, mEDI, Axel Thimm
License:
--------

View file

@ -24,4 +24,4 @@ __date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
version = "0.7.5-SVN"
version = "0.7.6"