aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-30 00:35:55 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-30 00:35:55 +0000
commite1439d06d2a23c24a6559e07b5c27c672a8e012c (patch)
tree5e30b30f5a1d78534e4095a1fe6c98e5a6b714e2 /ChangeLog
parent7dbaf3ce091e794c3dc32d345248d277db017839 (diff)
downloadrspamd-e1439d06d2a23c24a6559e07b5c27c672a8e012c.tar.gz
rspamd-e1439d06d2a23c24a6559e07b5c27c672a8e012c.zip
Add 0.6.0 ChangeLog entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
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