mirror of https://github.com/fail2ban/fail2ban
- Prepared for next release
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@483 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
9539012e13
commit
a9b3f190ef
|
@ -4,9 +4,13 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.7.5) 2006/12/07
|
Fail2Ban (version 0.7.6) 200?/??/??
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
|
ver. 0.7.6 (200?/??/??) - ???
|
||||||
|
----------
|
||||||
|
- Added a "sleep 1" in redhat-initd. Thanks to Jim Wight
|
||||||
|
|
||||||
ver. 0.7.5 (2006/12/07) - beta
|
ver. 0.7.5 (2006/12/07) - beta
|
||||||
----------
|
----------
|
||||||
- Do not ban a host that is currently banned. Thanks to
|
- Do not ban a host that is currently banned. Thanks to
|
||||||
|
|
2
README
2
README
|
@ -4,7 +4,7 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.7.5) 2006/12/07
|
Fail2Ban (version 0.7.6) 200?/??/??
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
Fail2Ban scans log files like /var/log/pwdfail and bans IP
|
||||||
|
|
|
@ -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"
|
version = "0.7.5-SVN"
|
||||||
|
|
Loading…
Reference in New Issue