From 333dd842f971d0e69aae8fcabe9e858965e6c116 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 26 Jul 2015 22:44:52 -0400 Subject: [PATCH] DOC: moved and adjusted changelog entry from 0.9.2 within 0.9.3 to come --- ChangeLog | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f83bdea..319c6d18 100644 --- a/ChangeLog +++ b/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 HEAD method verb * 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 @@ -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 * Added syslogsocket configuration to fail2ban.conf * 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