mirror of https://github.com/fail2ban/fail2ban
Minor bugfix release 0.8.7.1
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEABECAAYFAlAYivoACgkQjRFFY3XAJMiwawCeOc+Kal5XsupZ3w/O7hrBbpx/ +C8An39SrP+bc7vcWX5eFlkFBfGXsQ0/ =ItkI -----END PGP SIGNATURE----- Merge tag '0.8.7.1' into debian Minor bugfix release 0.8.7.1 * tag '0.8.7.1': Changelog for the fix -- will rerelease 0.8.7.1 BF: removed sneaked a commented out sys.path.insertpull/808/head
commit
020ac1b2e9
|
@ -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
|
||||
----------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue