DOC: moved and adjusted changelog entry from 0.9.2 within 0.9.3 to come

pull/1050/merge
Yaroslav Halchenko 2015-07-26 22:44:52 -04:00
parent a19cb1b2b9
commit 333dd842f9
1 changed files with 11 additions and 6 deletions

View File

@ -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