]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.6.3 1.6.3
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 26 Jul 2017 20:46:55 +0000 (21:46 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 26 Jul 2017 20:47:19 +0000 (21:47 +0100)
* [CritFix] Fix semicolons parsing in the content type
* [Feature] Add EBL to the default config
* [Feature] Allow to configure monitored
* [Feature] Allow to skip specific hashes in fuzzy storage
* [Feature] Multimap: checking of symbol options
* [Feature] Redis settings: support checking multiple keys
* [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer
* [Fix] Avoid changing content-transfer-encoding header's value
* [Fix] Don't use whitelist/greylist maps as regexp, but as map
* [Fix] Fix get_content method
* [Fix] Header checks: Fix get_raw_header method
* [Fix] Header checks: REPLYTO_UNPARSEABLE rule
* [Fix] Lua_http: freeing
* [Fix] Milter headers: custom headers: removing headers
* [Fix] Parse HREF urls without explicit prefix
* [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule
* [WebUI] Escape strings inside HTML in history

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

index a3c235d138fa84bb1c095c19d8b28ccb0859bdea..7ac5295666a3be6e237b4598412c3d6360d0c0d6 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 6)
-SET(RSPAMD_VERSION_PATCH 2)
+SET(RSPAMD_VERSION_PATCH 3)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
index 4f8f0f232cea6fe9855312b367628e41a73f1a58..e9a83095a25b010a953cf5767b53412e3688e05e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+1.6.3: 26 Jul 2017
+       * [CritFix] Fix semicolons parsing in the content type
+       * [Feature] Add EBL to the default config
+       * [Feature] Allow to configure monitored
+       * [Feature] Allow to skip specific hashes in fuzzy storage
+       * [Feature] Multimap: checking of symbol options
+       * [Feature] Redis settings: support checking multiple keys
+       * [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer
+       * [Fix] Avoid changing content-transfer-encoding header's value
+       * [Fix] Don't use whitelist/greylist maps as regexp, but as map
+       * [Fix] Fix get_content method
+       * [Fix] Header checks: Fix get_raw_header method
+       * [Fix] Header checks: REPLYTO_UNPARSEABLE rule
+       * [Fix] Lua_http: freeing
+       * [Fix] Milter headers: custom headers: removing headers
+       * [Fix] Parse HREF urls without explicit prefix
+       * [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule
+       * [WebUI] Escape strings inside HTML in history
+
 1.6.2: 08 Jul 2017
        * [Conf] Remove Rambler email bl for now
        * [Conf] Switch RAMBLER_URIBL to a locally managed source