Difference between revisions of "ChangeLog"

From Fail2ban
Jump to navigationJump to search
Line 7: Line 7:
 
   
 
   
 
  =============================================================
 
  =============================================================
  Fail2Ban (version 0.7.5)                          2006/12/07
+
  Fail2Ban (version 0.7.6)                          2007/01/04
 
  =============================================================
 
  =============================================================
 +
 +
ver. 0.7.6 (2007/01/04) - beta
 +
----------
 +
- Added a "sleep 1" in redhat-initd. Thanks to Jim Wight
 +
- Use /dev/log for SYSLOG output. Thanks to Joerg Sommrey
 +
- Use numeric output for iptables in "actioncheck"
 +
- Fixed removal of host in hosts.deny. Thanks to René Berber
 +
- Added new date format (2006-12-21 06:43:20) and Exim4
 +
  filter. Thanks to mEDI
 +
- Several "failregex" and "ignoreregex" are now accepted.
 +
  Creation of rules should be easier now.
 +
- Added license in COPYING. Thanks to Axel Thimm
 +
- Allow comma in action options. The value of the option must
 +
  be escaped with " or '. Thanks to Yaroslav Halchenko
 +
- Now Fail2ban goes in /usr/share/fail2ban instead of
 +
  /usr/lib/fail2ban. This is more compliant with FHS. Thanks
 +
  to Axel Thimm and Yaroslav Halchenko
 
   
 
   
 
  ver. 0.7.5 (2006/12/07) - beta
 
  ver. 0.7.5 (2006/12/07) - beta
Line 103: Line 120:
 
  - lots of things...
 
  - lots of things...
 
   
 
   
  ver. 0.6.? (2006/??/??) - ???
+
  ver. 0.6.2 (2006/12/11) - stable
 
  ----------
 
  ----------
 
  - Fixed UTF-8 log file parsing
 
  - Fixed UTF-8 log file parsing
 +
- Propagated patches introduced by Debian maintainer
 +
  (Yaroslav Halchenko):
 +
  * Made locale configurable
 +
  * Fixed warning if ignoreip is empty
 +
- Added named group "host" for "failregex". Fixed security
 +
  vulnerability CVE-2006-6302
 
   
 
   
 
  ver. 0.6.1 (2006/03/16) - stable
 
  ver. 0.6.1 (2006/03/16) - stable

Revision as of 18:26, 4 January 2007

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

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

=============================================================
Fail2Ban (version 0.7.6)                           2007/01/04
=============================================================
ver. 0.7.6 (2007/01/04) - beta
----------
- Added a "sleep 1" in redhat-initd. Thanks to Jim Wight
- Use /dev/log for SYSLOG output. Thanks to Joerg Sommrey
- Use numeric output for iptables in "actioncheck"
- Fixed removal of host in hosts.deny. Thanks to René Berber
- Added new date format (2006-12-21 06:43:20) and Exim4
  filter. Thanks to mEDI
- Several "failregex" and "ignoreregex" are now accepted.
  Creation of rules should be easier now.
- Added license in COPYING. Thanks to Axel Thimm
- Allow comma in action options. The value of the option must
  be escaped with " or '. Thanks to Yaroslav Halchenko
- Now Fail2ban goes in /usr/share/fail2ban instead of
  /usr/lib/fail2ban. This is more compliant with FHS. Thanks
  to Axel Thimm and Yaroslav Halchenko

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