aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-16 18:30:16 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-16 18:30:16 +0100
commit6fe627f31f0db2971740164aa493999e3030e0a9 (patch)
tree8671ed17a9a3513c0d186abbef2b5bf59557695b /ChangeLog
parent79c94a99ba45b3b0ea6ebc1ecf24d224fda579a6 (diff)
downloadrspamd-6fe627f31f0db2971740164aa493999e3030e0a9.tar.gz
rspamd-6fe627f31f0db2971740164aa493999e3030e0a9.zip
Release 1.8.11.8.1
* [CritFix] Fix options insertion * [CritFix] Fix words decay one more time (affects long messages) * [CritFix] Increase default words_decay * [CritFix] Plug memory leak in redis pool * [Feature] Add `check_violation` feature to DKIM/ARC signing * [Feature] Add only unique elements to Clickhouse url arrays * [Feature] Allow `g+:` and `g-:` composite atoms * [Feature] Allow dkim domains check in surbl * [Feature] Allow maps with HTTP auth * [Feature] Allow to disable actions by users settings * [Feature] Extend whitelisting options * [Feature] Store url object in images * [Feature] Use verdict instead of the plain action in plugins * [Fix] Allow to call fstring append with NULL string * [Fix] DCC - luacheck * [Fix] Do not load torch on each rspamadm invocation * [Fix] Fix boundaries detection and rework stop words algorithm * [Fix] Fix dependencies for DNS_SIGNED symbol * [Fix] Fix errors when dealing with dynamic rates/bursts in Ratelimit * [Fix] Fix groups mess * [Fix] Fix groups mess * [Fix] Fix parsing address with comments * [Fix] Fix resolving in DMARC reports * [Fix] Fix various issues with parsing of the received headers * [Fix] Fix watchers issue in lua_tcp when doing no resolving * [Fix] Plug memory leak in language detector (affects reloads) * [Fix] Remove one letter stop words * [Fix] Slashing: backport chunk logic from libucl * [Fix] Stop libevent from using cached time in rspamadm * [Fix] Try to fix watchers chaining * [Fix] Various fixes in redis sync interface * [Fix] ip_score - respect check_authed and check_local settings from config * [Project] Rework passthrough actions * [Project] Clustering module * [Rework] Always create result for a task * [Rework] Completely rewrite DMARC checks logic * [Rework] Rework and fix whitelist plugin * [WebUI] Add symbols sorting buttons * [WebUI] Change symbols order without updating history * [WebUI] Colorize symbols * [WebUI] Do not display password form when secure_ip is set * [WebUI] Fix symbol description tooltips display * [WebUI] History: add sorting by symbol score value Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 164b14299..a21ee459f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+1.8.1: 16 Oct 2018
+ * [CritFix] Fix options insertion
+ * [CritFix] Fix words decay one more time (affects long messages)
+ * [CritFix] Increase default words_decay
+ * [CritFix] Plug memory leak in redis pool
+ * [Feature] Add `check_violation` feature to DKIM/ARC signing
+ * [Feature] Add only unique elements to Clickhouse url arrays
+ * [Feature] Allow `g+:` and `g-:` composite atoms
+ * [Feature] Allow dkim domains check in surbl
+ * [Feature] Allow maps with HTTP auth
+ * [Feature] Allow to disable actions by users settings
+ * [Feature] Extend whitelisting options
+ * [Feature] Store url object in images
+ * [Feature] Use verdict instead of the plain action in plugins
+ * [Fix] Allow to call fstring append with NULL string
+ * [Fix] DCC - luacheck
+ * [Fix] Do not load torch on each rspamadm invocation
+ * [Fix] Fix boundaries detection and rework stop words algorithm
+ * [Fix] Fix dependencies for DNS_SIGNED symbol
+ * [Fix] Fix errors when dealing with dynamic rates/bursts in Ratelimit
+ * [Fix] Fix groups mess
+ * [Fix] Fix groups mess
+ * [Fix] Fix parsing address with comments
+ * [Fix] Fix resolving in DMARC reports
+ * [Fix] Fix various issues with parsing of the received headers
+ * [Fix] Fix watchers issue in lua_tcp when doing no resolving
+ * [Fix] Plug memory leak in language detector (affects reloads)
+ * [Fix] Remove one letter stop words
+ * [Fix] Slashing: backport chunk logic from libucl
+ * [Fix] Stop libevent from using cached time in rspamadm
+ * [Fix] Try to fix watchers chaining
+ * [Fix] Various fixes in redis sync interface
+ * [Fix] ip_score - respect check_authed and check_local settings from config
+ * [Project] Rework passthrough actions
+ * [Project] Clustering module
+ * [Rework] Always create result for a task
+ * [Rework] Completely rewrite DMARC checks logic
+ * [Rework] Rework and fix whitelist plugin
+ * [WebUI] Add symbols sorting buttons
+ * [WebUI] Change symbols order without updating history
+ * [WebUI] Colorize symbols
+ * [WebUI] Do not display password form when secure_ip is set
+ * [WebUI] Fix symbol description tooltips display
+ * [WebUI] History: add sorting by symbol score value
+
1.8.0: 24 Sep 2018
* [Feature] Add arguments schemas to processors and extractors
* [Feature] Add functional selectors library