diff --git a/ChangeLog b/ChangeLog index c3e9b5ee..1d79aa02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,13 @@ Fail2Ban (version 0.8.7) 2012/07/31 ================================================================================ +ver. 0.8.7.1 (2012/07/31) - stable +---------- + +- Fixes: + Yaroslav Halchenko + * [e9762f3] Removed sneaked in comment on sys.path.insert + ver. 0.8.7 (2012/07/31) - stable ---------- diff --git a/fail2ban-regex b/fail2ban-regex index 45b01861..0d634b70 100755 --- a/fail2ban-regex +++ b/fail2ban-regex @@ -29,7 +29,7 @@ import getopt, sys, time, logging, os # Inserts our own modules path first in the list # fix for bug #343821 -#sys.path.insert(1, "/usr/share/fail2ban") +sys.path.insert(1, "/usr/share/fail2ban") from client.configparserinc import SafeConfigParserWithIncludes from ConfigParser import NoOptionError, NoSectionError, MissingSectionHeaderError