]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.2.1 1.2.1
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 25 Mar 2016 16:06:57 +0000 (16:06 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 25 Mar 2016 16:06:57 +0000 (16:06 +0000)
* Add list support to `mime types` module configuration (by @moisseev)
* Allow symbols params to be printed in logs
* Fix `MIME_BAD_ATTACHMENT` false positives for MDN/DSN
* Fix crashes on arm32
* Do not classify message if some class is missing
* Fix cryptobox cleanup
* Remove multipart/report from bad mime types (#569)
* Improve logging for fuzzy hashes
* Show map URLs in webui
* Sort symbols in webui

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
ChangeLog

index 7629444831b6b202b23c77948e251a0596009e67..c6c5d4ff36e96b1c31d001f1461e296be7ccfc62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1.2.1:
+       * Add list support to `mime types` module configuration (by @moisseev)
+       * Allow symbols params to be printed in logs
+       * Fix `MIME_BAD_ATTACHMENT` false positives for MDN/DSN
+       * Fix crashes on arm32
+       * Do not classify message if some class is missing
+       * Fix cryptobox cleanup
+       * Remove multipart/report from bad mime types (#569)
+       * Improve logging for fuzzy hashes
+       * Show map URLs in webui
+       * Sort symbols in webui
+
 1.2.0:
        * New dynamic updates plugin
        * Regular expressions map support