summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-06 12:54:37 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-06 12:54:37 +0000
commitf0d8afe9944ebdcf019e9b746b5dc58bbb459787 (patch)
treea44303fed3541521e51ccc747392f1da3f8f7e21 /ChangeLog
parent21b1eec1aae4e8d5798742d9ca823ecb425a7672 (diff)
downloadrspamd-f0d8afe9944ebdcf019e9b746b5dc58bbb459787.tar.gz
rspamd-f0d8afe9944ebdcf019e9b746b5dc58bbb459787.zip
Update changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89add5be2..7df683ce4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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