Browse Source

- Updated

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@462 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 18 years ago
parent
commit
994fefcd4a
  1. 1
      .pydevproject
  2. 1
      CHANGELOG
  3. 6
      TODO

1
.pydevproject

@ -7,5 +7,6 @@
<path>/fail2ban-unstable/client</path> <path>/fail2ban-unstable/client</path>
<path>/fail2ban-unstable/server</path> <path>/fail2ban-unstable/server</path>
<path>/fail2ban-unstable/testcases</path> <path>/fail2ban-unstable/testcases</path>
<path>/fail2ban-unstable</path>
</pydev_pathproperty> </pydev_pathproperty>
</pydev_project> </pydev_project>

1
CHANGELOG

@ -16,6 +16,7 @@ ver. 0.7.5 (2006/??/??) - ???
- Fixed refactoring bug (getLastcommand -> getLastAction) - Fixed refactoring bug (getLastcommand -> getLastAction)
- Added option "ignoreregex" in filter scripts and jail.conf. - Added option "ignoreregex" in filter scripts and jail.conf.
Feature Request #1283304 Feature Request #1283304
- Fixed a bug in user defined time regex/pattern
ver. 0.7.4 (2006/11/01) - beta ver. 0.7.4 (2006/11/01) - beta
---------- ----------

6
TODO

@ -26,14 +26,8 @@ Legend:
# see Feature Request Tracking System at SourceForge.net # see Feature Request Tracking System at SourceForge.net
- improve installation process (better prefix support)
# improve documentation and website for user # improve documentation and website for user
# better return values in function # better return values in function
? restart automatically the daemon if an exception occurs.
- do not close socket after a send
# refactoring in server.py, actions.py, filter.py # refactoring in server.py, actions.py, filter.py

Loading…
Cancel
Save