]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.5.9 1.5.9
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Jun 2017 20:59:10 +0000 (21:59 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Jun 2017 20:59:10 +0000 (21:59 +0100)
* [Conf] Increase min_bytes to avoid FP
* [Conf] Remove ratelimits from default configuration
* [CritFix] Fix accepting on IPv6 sockets
* [CritFix] Zero fill sockaddr_un
* [Feature] Add `text_multiplier` param
* [Fix] Check min_bytes for images as well
* [Fix] Do not add exact hashes from different parts
* [Fix] Fix memory leak when accepting from unix sockets
* [Fix] Fix some more issues about duplicated fuzzy requests
* [Fix] Phishing: strict_domains
* [Fix] Skip text parts when checking binary parts in fuzzy check
* [Minor] Add the same duplicates protection for all fuzzy hashes types
* [Minor] Fix braces
* [Minor] Fix test
* [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients
* [Minor] Validate assumed spoofed display name domains to contain a dot

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

index f59cc1ed3c336598c32ae315d5933171387f1089..225c977fa405abf78663fc0c38ffdf3fa01b724e 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 5)
-SET(RSPAMD_VERSION_PATCH 8)
+SET(RSPAMD_VERSION_PATCH 9)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
index 4ec8d5bb929413c29575ecbf12d142e245d99a00..6077d7a1aed7a8fadb49e0a38c8952a7589dee9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+1.5.9:
+       * [Conf] Increase min_bytes to avoid FP
+       * [Conf] Remove ratelimits from default configuration
+       * [CritFix] Fix accepting on IPv6 sockets
+       * [CritFix] Zero fill sockaddr_un
+       * [Feature] Add `text_multiplier` param
+       * [Fix] Check min_bytes for images as well
+       * [Fix] Do not add exact hashes from different parts
+       * [Fix] Fix memory leak when accepting from unix sockets
+       * [Fix] Fix some more issues about duplicated fuzzy requests
+       * [Fix] Phishing: strict_domains
+       * [Fix] Skip text parts when checking binary parts in fuzzy check
+       * [Minor] Add the same duplicates protection for all fuzzy hashes types
+       * [Minor] Fix braces
+       * [Minor] Fix test
+       * [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients
+       * [Minor] Validate assumed spoofed display name domains to contain a dot
+
+
 1.5.8: 
        * [CritFix] Fix memory leak in fuzzy check
        * [CritFix] Fix memory leak in maps scheduling