From: Vsevolod Stakhov Date: Thu, 1 Sep 2016 11:45:22 +0000 (+0100) Subject: Release 1.3.5 X-Git-Tag: 1.3.5^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=40c95a73f713ecd9887af01c0fea0e7e38cd025b;p=rspamd.git Release 1.3.5 * [CritFix] Fix issue with finding of end of lines pointers * [Feature] Add DMARC_NA symbol * [Feature] Add R_DKIM_NA / R_SPF_NA / AUTH_NA symbols * [Feature] Add spamhaus DROP dnsbl * [Feature] Add termination callbacks for workers * [Feature] Add user-agent for rspamc * [Feature] Allow parsing of mailbox messages from the commandline * [Feature] Support excluding selected users from ratelimits * [Feature] Yield DMARC_DNSFAIL on lookup failure * [Fix] Banish table.maxn from Lua parts * [Fix] Do not use headers to calculate messages digests * [Fix] Fix absurdic scores for HFILTER_URL_ONLY * [Fix] Fix actrie patterns * [Fix] Fix format string * [Fix] Fix handling of '\0' in lua_tcp * [Fix] Fix issue with empty messages and dkim * [Fix] Fix min_learns option * [Fix] Fix options for SPF dnsfail symbol * [Fix] Fix processing of symbols when reject limit is reached * [Fix] Settings: fix `authenticated` parameter (#886) * [Fix] Try to avoid race condition when using rrd * [Fix] Use the correct macro to get the size of controller * [Fix] Fix build and tests on OpenBSD Signed-off-by: Vsevolod Stakhov --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 555872e23..151d6cd9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 3) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) diff --git a/ChangeLog b/ChangeLog index c229fe4cd..d849ec0f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +1.3.5: + * [CritFix] Fix issue with finding of end of lines pointers + * [Feature] Add DMARC_NA symbol + * [Feature] Add R_DKIM_NA / R_SPF_NA / AUTH_NA symbols + * [Feature] Add spamhaus DROP dnsbl + * [Feature] Add termination callbacks for workers + * [Feature] Add user-agent for rspamc + * [Feature] Allow parsing of mailbox messages from the commandline + * [Feature] Support excluding selected users from ratelimits + * [Feature] Yield DMARC_DNSFAIL on lookup failure + * [Fix] Banish table.maxn from Lua parts + * [Fix] Do not use headers to calculate messages digests + * [Fix] Fix absurdic scores for HFILTER_URL_ONLY + * [Fix] Fix actrie patterns + * [Fix] Fix format string + * [Fix] Fix handling of '\0' in lua_tcp + * [Fix] Fix issue with empty messages and dkim + * [Fix] Fix min_learns option + * [Fix] Fix options for SPF dnsfail symbol + * [Fix] Fix processing of symbols when reject limit is reached + * [Fix] Settings: fix `authenticated` parameter (#886) + * [Fix] Try to avoid race condition when using rrd + * [Fix] Use the correct macro to get the size of controller + * [Fix] Fix build and tests on OpenBSD + 1.3.4: * [Feature] ASN module; support matching ASN/country in multimap * [Feature] Add SPF method in spf return result