- Prepared for releasing (0.7.6)

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@512 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2007-01-04 12:59:09 +00:00
parent ab3d2d1b9a
commit c377739f99
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 Fail2Ban scans log files like /var/log/pwdfail and bans IP
@ -28,11 +28,11 @@ Optional:
To install, just do: To install, just do:
> tar xvfj fail2ban-0.7.5.tar.bz2 > tar xvfj fail2ban-0.7.6.tar.bz2
> cd fail2ban-0.7.5 > cd fail2ban-0.7.6
> python setup.py install > 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. executable scripts are placed into /usr/bin.
Gentoo: ebuilds are available on the website. 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 Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark
Edgington, Patrick Börjesson, kojiro, zugeschmiert, Tyler, Edgington, Patrick Börjesson, kojiro, zugeschmiert, Tyler,
Nick Munger, Christoph Haas, Justin Shore, Joël Bertrand, Nick Munger, Christoph Haas, Justin Shore, Joël Bertrand,
René Berber, mEDI René Berber, mEDI, Axel Thimm
License: License:
-------- --------

View File

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