diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-06 12:54:37 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-06 12:54:37 +0000 |
commit | f0d8afe9944ebdcf019e9b746b5dc58bbb459787 (patch) | |
tree | a44303fed3541521e51ccc747392f1da3f8f7e21 /ChangeLog | |
parent | 21b1eec1aae4e8d5798742d9ca823ecb425a7672 (diff) | |
download | rspamd-f0d8afe9944ebdcf019e9b746b5dc58bbb459787.tar.gz rspamd-f0d8afe9944ebdcf019e9b746b5dc58bbb459787.zip |
Update changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +0.6.2: + * Fuzzy check module has been reworked: + - now fuzzy_check operates with a group of rules, that define which + servers sre to be checked; + - it is possible to specify read_only groups to avoid learning errors; + - turn fuzzy_check to one_shot mode permanently; + - fuzzy_check module configuration is now incompatible with the previous + versions. + * Imported bugfixes from libucl. + * Fixed whitelist plugin. + * Fixed statfiles resizing. + * Improved logging initialization order. + * Fixed race condition in the controller worker. + +0.6.1: + * Critical bugfixes: + - fixed build system; + - fixed in_class setting in bayes learning; + 0.6.0: * Use UCL instead xml for configuration (https://github.com/vstakhov/libucl) * Fix statistics module normalization |