]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.5.7 1.5.7
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 May 2017 13:26:54 +0000 (14:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 May 2017 13:26:54 +0000 (14:26 +0100)
* [CritFix] Fix corruption when multiple fuzzy are defined
* [CritFix] Fix learn condition in fuzzy check
* [Feature] Add rules to detect bad 8bit characters in From and To
* [Feature] DKIM signing: sign_networks/local address specific
use_domain settings
* [Feature] Support numeric arguments for Redis requests
* [Fix] Deal with 8bit characters in email addresses
* [Fix] Fix couple of issues in FORWARDED rule
* [Fix] Fix passing data to log helper when many symbols defined
* [Fix] Fix R_BAD_CTE_7BIT rule
* [Fix] Fix REPLYTO_UNPARSEABLE rule
* [Fix] Fix setting of email address
* [Fix] Rspamadm grep: Disable Lua patterns in string search by default
* [Minor] Add Lua 5.3 workaround
* [Minor] Add lua methods to detect if a part has 8bit characters
* [Minor] Allow session-less lua dns requests
* [Minor] Allow to append greylist end time to message reported
* [Minor] Avoid `nil` table
* [Minor] Disable dkim_signing if redis is specified but not configured
* [Minor] Fix build with pcre2
* [Minor] Fix rule
* [Minor] Fix warnings
* [Minor] Format floating point number
* [Minor] Push email flags to the lua API
* [Minor] Silence some warnings
* [Minor] Silence warning
* [Minor] Try all hostname regexps to find the most significant one
* [WebUI] Fix add header filter in history

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

index 550442ed22c0c381f75ee90bd2efedefea8ce45a..4b46a97ea25e5cd52fa5a9c5987ea838274bcced 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 5)
-SET(RSPAMD_VERSION_PATCH 6)
+SET(RSPAMD_VERSION_PATCH 7)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
index b311e75dc914f41402b9545810cddcd04d08a015..f0b4839b2e82b45ab10a943c59f873591a66bb65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+1.5.7:
+       * [CritFix] Fix corruption when multiple fuzzy are defined
+       * [CritFix] Fix learn condition in fuzzy check
+       * [Feature] Add rules to detect bad 8bit characters in From and To
+       * [Feature] DKIM signing: sign_networks/local address specific use_domain settings
+       * [Feature] Support numeric arguments for Redis requests
+       * [Fix] Deal with 8bit characters in email addresses
+       * [Fix] Fix couple of issues in FORWARDED rule
+       * [Fix] Fix passing data to log helper when many symbols defined
+       * [Fix] Fix R_BAD_CTE_7BIT rule
+       * [Fix] Fix REPLYTO_UNPARSEABLE rule
+       * [Fix] Fix setting of email address
+       * [Fix] Rspamadm grep: Disable Lua patterns in string search by default
+       * [Minor] Add Lua 5.3 workaround
+       * [Minor] Add lua methods to detect if a part has 8bit characters
+       * [Minor] Allow session-less lua dns requests
+       * [Minor] Allow to append greylist end time to message reported
+       * [Minor] Avoid `nil` table
+       * [Minor] Disable dkim_signing if redis is specified but not configured
+       * [Minor] Fix build with pcre2
+       * [Minor] Fix rule
+       * [Minor] Fix warnings
+       * [Minor] Format floating point number
+       * [Minor] Push email flags to the lua API
+       * [Minor] Silence some warnings
+       * [Minor] Silence warning
+       * [Minor] Try all hostname regexps to find the most significant one
+       * [WebUI] Fix add header filter in history
+
 1.5.6:
        * [Feature] Add unigramms support in bayes
        * [Feature] Allow configurable sign headers for DKIM