From: Vsevolod Stakhov Date: Thu, 1 Jun 2017 20:59:10 +0000 (+0100) Subject: Release 1.5.9 X-Git-Tag: 1.5.9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea02ffc23deb7953068683fc1da060e378c0beb5;p=thirdparty%2Frspamd.git Release 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 Signed-off-by: Vsevolod Stakhov --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f59cc1ed3c..225c977fa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/ChangeLog b/ChangeLog index 4ec8d5bb92..6077d7a1ae 100644 --- 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