From: Vsevolod Stakhov Date: Sat, 30 Nov 2013 00:35:55 +0000 (+0000) Subject: Add 0.6.0 ChangeLog entry. X-Git-Tag: 0.6.0~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e1439d06d2a23c24a6559e07b5c27c672a8e012c;p=rspamd.git Add 0.6.0 ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index f2c52c798..89add5be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +0.6.0: + * Use UCL instead xml for configuration (https://github.com/vstakhov/libucl) + * Fix statistics module normalization + * Rework the many modules for the new configuration: + - surbl has incompatible configuration; + - fuzzy_check has incompatible configuration; + - multimap has now new configuration; + - received_rbl is removed and replaced by rbl module. + * Removed deprecated options: + - statfile_pool_size; + - action and required/reject score for a metric. + * Simplify build system and unify configuration for all platforms. + * Improved URL detector (reduced false positive rate). + * Lua 5.2 is now the default and fully supported version. + * Tons of bugfixes and minor improvements. + 0.5.6: * Fix bug with counters incrementing in rolling history * Detect expl and exp2l as some systems do not have it