mirror of https://github.com/fail2ban/fail2ban
DOC: moved and adjusted changelog entry from 0.9.2 within 0.9.3 to come
parent
a19cb1b2b9
commit
333dd842f9
17
ChangeLog
17
ChangeLog
|
@ -50,6 +50,17 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released
|
||||||
* filter.d/apache-badbots.conf, filter.d/nginx-botsearch.conf - add
|
* filter.d/apache-badbots.conf, filter.d/nginx-botsearch.conf - add
|
||||||
HEAD method verb
|
HEAD method verb
|
||||||
* Revamp of Travis and coverage automated testing
|
* Revamp of Travis and coverage automated testing
|
||||||
|
* Character detection heuristics for whois output via optional setting
|
||||||
|
in mail-whois*.conf. Thanks Thomas Mayer.
|
||||||
|
Not enabled by default, if _whois_command is set to be
|
||||||
|
%(_whois_convert_charset)s (e.g. in action.d/mail-whois-common.local),
|
||||||
|
it
|
||||||
|
- detects character set of whois output (which is undefined by
|
||||||
|
RFC 3912) via heuristics of the file command
|
||||||
|
- converts whois data to UTF-8 character set with iconv
|
||||||
|
- sends the whois output in UTF-8 character set to mail program
|
||||||
|
- avoids that heirloom mailx creates binary attachment for input with
|
||||||
|
unknown character set
|
||||||
|
|
||||||
|
|
||||||
ver. 0.9.2 (2015/04/29) - better-quick-now-than-later
|
ver. 0.9.2 (2015/04/29) - better-quick-now-than-later
|
||||||
|
@ -133,12 +144,6 @@ ver. 0.9.2 (2015/04/29) - better-quick-now-than-later
|
||||||
* Absorbed DNSUtils.cidr into addr2bin in filter.py, added unittests
|
* Absorbed DNSUtils.cidr into addr2bin in filter.py, added unittests
|
||||||
* Added syslogsocket configuration to fail2ban.conf
|
* Added syslogsocket configuration to fail2ban.conf
|
||||||
* Note in the jail.conf for the recidive jail to increase dbpurgeage (gh-964)
|
* Note in the jail.conf for the recidive jail to increase dbpurgeage (gh-964)
|
||||||
* Character detection heuristics for whois output via optional setting in mail-whois*.conf. Thanks Thomas Mayer
|
|
||||||
When set by user,
|
|
||||||
- detects character set of whois output (which is undefined by RFC 3912) via heuristics of the file command
|
|
||||||
- converts whois data to UTF-8 character set with iconv
|
|
||||||
- sends the whois output in UTF-8 character set to mail program
|
|
||||||
- avoids that heirloom mailx creates binary attachment for input with unknown character set
|
|
||||||
|
|
||||||
|
|
||||||
ver. 0.9.1 (2014/10/29) - better, faster, stronger
|
ver. 0.9.1 (2014/10/29) - better, faster, stronger
|
||||||
|
|
Loading…
Reference in New Issue