mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@456 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
d6e49f8480
commit
658d03af52
10
CHANGELOG
10
CHANGELOG
|
@ -4,9 +4,17 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.7.4) 2006/11/01
|
Fail2Ban (version 0.7.5) 2006/??/??
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
|
ver. 0.7.5 (2006/??/??) - ???
|
||||||
|
----------
|
||||||
|
- Do not ban a host that is currently banned. Thanks to
|
||||||
|
Yaroslav Halchenko
|
||||||
|
- The supported tags in "action(un)ban" are <ip>, <failures>
|
||||||
|
and <time>
|
||||||
|
- Fixed refactoring bug (getLastcommand -> getLastAction)
|
||||||
|
|
||||||
ver. 0.7.4 (2006/11/01) - beta
|
ver. 0.7.4 (2006/11/01) - beta
|
||||||
----------
|
----------
|
||||||
- Improved configuration files. Thanks to Yaroslav Halchenko
|
- Improved configuration files. Thanks to Yaroslav Halchenko
|
||||||
|
|
|
@ -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.4"
|
version = "0.7.4-SVN"
|
||||||
|
|
Loading…
Reference in New Issue