- Updated

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@384 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-25 17:06:00 +00:00
parent 91b1053c01
commit b701e033c1
2 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,7 @@ ver. 0.7.3 (2006/??/??) - beta
- Added Gamin (file and directory monitoring system) support
- (Re)added "ignoreip" option
- Added more concurrency protection
- First attempt at solving bug #1457620
- First attempt at solving bug #1457620 (locale issue)
- Performance improvements
ver. 0.7.2 (2006/09/10) - beta

6
TODO
View File

@ -16,8 +16,6 @@ Legend:
- Improve execution of action. Why does subprocess.call
deadlock with multi-jails?
# Prefix all private functions with "__"
- Verify TAI64N
# implement all get/set functions
@ -46,10 +44,6 @@ Legend:
Python since 2.1. It should be possible to run all tests
automatically.
# autodetect date format in log file. Match the most popular
format and sort them using the hit ratio. Should avoid
user problem with regex and not have a big impact on perfs.
? restart automatically the daemon if an exception occurs.
- do not close socket after a send