diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-03 09:17:59 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-03 09:18:36 +0000 |
commit | 1848978ef2148ad789eba79aeb18f388b9f15539 (patch) | |
tree | a64da0bfe2cb0e40c6f481f6a4745ff8fcc00e67 | |
parent | cd6739b32c3fbc094c41625a80c922558aec0fdd (diff) | |
download | rspamd-1848978ef2148ad789eba79aeb18f388b9f15539.tar.gz rspamd-1848978ef2148ad789eba79aeb18f388b9f15539.zip |
Update ChangeLog for 0.6.8.
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +0.6.8: + * Controller now listen for localhost and not for 127.0.0.1 by default + * Allow FCrDNS-style RBL lookups (by @fatalbanana) + * Reduce threshold for parts_differ function. + * Fix hostname lookup for rdns rbl (by @AlexeySa) + * Fix HFILTER_URL_ONELINE to reduce false positive rate. + * Fix whitelist module. + * Allow override system predefined settings without touching system ones + by .try_include macro (by @andrejzverev) + * Check for [ip.address]-style HELO and suppress lookups. (by + @fatalbanana) + * Optimize hfilter (by @AlexeySa) + * Fix issue with random numbers generator in dns. + * Use more clever time values to setup entropy. + * Synced with the recent libucl. + 0.6.7: * Use ChaCha20 for DNS generator (more secure DNS id) * Unknown symbols now has zero weight and not 1.0 |