aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-23 17:39:03 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-23 17:39:03 +0000
commit8073aece6795e73aad308c47a4f6ea7bb82bbba2 (patch)
treee5f7a2c93caa67c5dbceed5dec64d399cab6a192 /ChangeLog
parentb93ec203572e07a19e4dd8df546fb2e9c7921f86 (diff)
downloadrspamd-8073aece6795e73aad308c47a4f6ea7bb82bbba2.tar.gz
rspamd-8073aece6795e73aad308c47a4f6ea7bb82bbba2.zip
Release 1.7.21.7.2
* [Feature] Store emails in Clickhouse * [Feature] Support single quotes in config * [Feature] Use templates when publishing CH schema * [Feature] Improve Docker image * [Fix] Add rounding when printing a lot of FP variables * [Fix] Allow to disable certain actions by assigning null to them * [Fix] Disable results caching * [Fix] Fix disabling of squeezed symbols * [Fix] Fix scan time set * [Fix] Rework logic of actions setting * [Fix] Try to fix various Lua stack issues * [WebUI] Add link tag for favicon.ico * [WebUI] Display hostname:port/path in the page title Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 279659c8f..107638b04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+1.7.2: 23 Mar 2018
+ * [Feature] Store emails in Clickhouse
+ * [Feature] Support single quotes in config
+ * [Feature] Use templates when publishing CH schema
+ * [Feature] Improve Docker image
+ * [Fix] Add rounding when printing a lot of FP variables
+ * [Fix] Allow to disable certain actions by assigning null to them
+ * [Fix] Disable results caching
+ * [Fix] Fix disabling of squeezed symbols
+ * [Fix] Fix scan time set
+ * [Fix] Rework logic of actions setting
+ * [Fix] Try to fix various Lua stack issues
+ * [WebUI] Add link tag for favicon.ico
+ * [WebUI] Display hostname:port/path in the page title
+
1.7.1: 20 Mar 2018
* [CritFix] Fix lowercase comparison
* [CritFix] Timezone defines seconds WEST UTC not East