diff --git a/CHANGELOG b/CHANGELOG index 829d346f..99e4402e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,37 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.4) 2005/09/13 +Fail2Ban (version 0.6.0) 2005/11/20 ============================================================= +ver. 0.6.0 (2005/11/20) - stable +---------- +- Propagated patches introduced by Debian maintainer + (Yaroslav Halchenko): + * Added an option to report local time (including timezone) + or GMT in mail notification. + +ver. 0.5.5 (2005/10/26) - beta +---------- +- Propagated patches introduced by Debian maintainer + (Yaroslav Halchenko): + * Introduced fwcheck option to verify consistency of the + chains. Implemented automatic restart of fail2ban main + function in case check of fwban or fwunban command failed + (closes: #329163, #331695). (Introduced patch was further + adjusted by upstream author). + * Added -f command line parameter for [findtime]. + * Added a cleanup of firewall rules on emergency shutdown + when unknown exception is catched. + * Fail2ban should not crash now if a wrong file name is + specified in config. + * reordered code a bit so that log targets are setup right + after background and then only loglevel (verbose, debug) + is processed, so the warning could be seen in the logs + * Added a keyword
in parsing of the subject and + the body of an email sent out by fail2ban (closes: + #330311) + ver. 0.5.4 (2005/09/13) - beta ---------- - Fixed bug #1286222. diff --git a/PKG-INFO b/PKG-INFO index bc30c0d1..fbc2f82b 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: fail2ban -Version: 0.5.4 +Version: 0.6.0 Summary: Ban IPs that make too many password failure Home-page: http://fail2ban.sourceforge.net Author: Cyril Jaquier diff --git a/README b/README index 243c194f..915304bb 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.4) 2005/09/13 +Fail2Ban (version 0.6.0) 2005/11/20 ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP @@ -54,12 +54,12 @@ firewalls. Installation: ------------- -Require: python-2.3 (http://www.python.org) +Require: python-2.4 (http://www.python.org) To install, just do: -> tar xvfj fail2ban-0.5.4.tar.bz2 -> cd fail2ban-0.5.4 +> tar xvfj fail2ban-0.6.0.tar.bz2 +> cd fail2ban-0.6.0 > python setup.py install This will install Fail2Ban into /usr/lib/fail2ban. The fail2ban @@ -102,8 +102,9 @@ options: -h display this help message -i IP(s) to ignore -k kill a currently running instance - -r allow a max of VALUE password failure - -t