]> source.dussan.org Git - rspamd.git/commitdiff
Release 1.3.5 1.3.5
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Sep 2016 11:45:22 +0000 (12:45 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 1 Sep 2016 11:45:22 +0000 (12:45 +0100)
* [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 <vsevolod@highsecure.ru>
CMakeLists.txt
ChangeLog

index 555872e23e4b7dedfab6bf42516f67a25417e956..151d6cd9e3e494ecb5d8635d5dfa4d17e4084a28 100644 (file)
@@ -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)
index c229fe4cdfdb2e25c45ee1d848007b96dfd88b63..d849ec0f0017fafd92300ccde073f694b78765f3 100644 (file)
--- 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