mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@399 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
b3ba5a81ce
commit
29a2b630e0
|
@ -4,9 +4,15 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.7.3) 2006/09/28
|
Fail2Ban (version 0.7.4) 2006/??/??
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
|
ver. 0.7.4 (2006/09/28) - beta
|
||||||
|
----------
|
||||||
|
- Improved configuration files. Thanks to Yaroslav Halchenko
|
||||||
|
- Added man page for "fail2ban-regex"
|
||||||
|
- Moved ban/unban messages from "info" level to "warn"
|
||||||
|
|
||||||
ver. 0.7.3 (2006/09/28) - beta
|
ver. 0.7.3 (2006/09/28) - beta
|
||||||
----------
|
----------
|
||||||
- Added man pages. Thanks to Yaroslav Halchenko
|
- Added man pages. Thanks to Yaroslav Halchenko
|
||||||
|
|
5
TODO
5
TODO
|
@ -20,9 +20,6 @@ Legend:
|
||||||
|
|
||||||
- Verify TAI64N
|
- Verify TAI64N
|
||||||
|
|
||||||
# correct handling of threads (join???), concurrency, etc
|
|
||||||
protect "jails" in server.py
|
|
||||||
|
|
||||||
- signal handling (ctrl-c, etc)
|
- signal handling (ctrl-c, etc)
|
||||||
|
|
||||||
# see Feature Request Tracking System at SourceForge.net
|
# see Feature Request Tracking System at SourceForge.net
|
||||||
|
@ -35,8 +32,6 @@ Legend:
|
||||||
|
|
||||||
# better return values in function
|
# better return values in function
|
||||||
|
|
||||||
? use more email.Utils in mail.py
|
|
||||||
|
|
||||||
? add gettext support. Is this really needed for a server
|
? add gettext support. Is this really needed for a server
|
||||||
utility?
|
utility?
|
||||||
|
|
||||||
|
|
|
@ -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.3"
|
version = "0.7.3-SVN"
|
||||||
|
|
Loading…
Reference in New Issue