Difference between revisions of "ChangeLog"

From Fail2ban
Jump to navigationJump to search
Line 7: Line 7:
 
   
 
   
 
  =============================================================
 
  =============================================================
  Fail2Ban (version 0.7.4)                          2006/11/01
+
  Fail2Ban (version 0.7.5)                          2006/12/07
 
  =============================================================
 
  =============================================================
 +
 +
ver. 0.7.5 (2006/12/07) - beta
 +
----------
 +
- 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)
 +
- Added option "ignoreregex" in filter scripts and jail.conf.
 +
  Feature Request #1283304
 +
- Fixed a bug in user defined time regex/pattern
 +
- Improved documentation
 +
- Moved version.py and protocol.py to common/
 +
- Merged "maxtime" option with "findtime"
 +
- Added "<HOST>" tag support in failregex which matches
 +
  default IP address/hostname. "(?P<host>\S)" is still valid
 +
  and supported
 +
- Fixed exception when calling fail2ban-server with unknown
 +
  option
 +
- Fixed Debian bug 400162. The "socket" option is now handled
 +
  correctly by fail2ban-client
 +
- Fixed RedHat init script. Thanks to Justin Shore
 +
- Changed timeout to 30 secondes before assuming the server
 +
  cannot be started. Thanks to Joël Bertrand
 
   
 
   
 
  ver. 0.7.4 (2006/11/01) - beta
 
  ver. 0.7.4 (2006/11/01) - beta

Revision as of 01:21, 8 December 2006

This is the complete ChangeLog which contains changes to the stable and unstable branches.

               __      _ _ ___ _
              / _|__ _(_) |_  ) |__  __ _ _ _
             |  _/ _` | | |/ /| '_ \/ _` | ' \
             |_| \__,_|_|_/___|_.__/\__,_|_||_|

=============================================================
Fail2Ban (version 0.7.5)                           2006/12/07
=============================================================

ver. 0.7.5 (2006/12/07) - beta
----------
- Do not ban a host that is currently banned. Thanks to
  Yaroslav Halchenko
- The supported tags in "action(un)ban" are <ip>, <failures>
  and