From dd8e46685b5ed835f07e80008507d6d56f41c285 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 15 Aug 2016 14:42:08 +0100 Subject: [PATCH] Release 1.3.3 * [CritFix] Check hyperscan cache sanity before loading * [CritFix] Fix setting of fuzzy keys (completely breaks fuzzy storage) * [Feature] Add SARBL (sarbl.org) uribl * [Feature] Add `--search-pattern` option to rspamd_stats * [Feature] Add some sanity check for very long from/to log elements * [Feature] Allow to create hashes from string in a single step * [Feature] Fix order of pre and postfilters * [Feature] Improve lua URLs API * [Feature] Improve message about fuzzy rules * [Feature] Pre-calculate blake2 digest for all parts * [Feature] Print radix duplicate keys as IP addresses * [Feature] Simple mechanism for disabling RBLs in local.d/rbl.conf * [Feature] Use faster hash function for fuzzy storage * [Feature] rspamd_stats: support log directory reading * [Fix] Add sanity check for url filters * [Fix] Do not show rmilter section as a fake metric in rspamc * [Fix] Fix URL filters * [Fix] Fix a stupid mistake in util.strequal_caseless * [Fix] Fix blake2b hash of the string "rspamd" * [Fix] Fix filename maps filter * [Fix] Fix finding tld in util.get_tld * [Fix] Fix multimap content filters * [Fix] Fix returning boolean from Lua * [Fix] Fix returning of REDIS_NIL * [Fix] Try to deal with multiple workers terminated * [Fix] Use forced DNS request when calling for lua_http * [Rework] Rework multimap filters, add redis maps Signed-off-by: Vsevolod Stakhov --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9795e4e4..f47bcf54d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1.3.3: + * [CritFix] Check hyperscan cache sanity before loading + * [CritFix] Fix setting of fuzzy keys (completely breaks fuzzy storage) + * [Feature] Add SARBL (sarbl.org) uribl + * [Feature] Add `--search-pattern` option to rspamd_stats + * [Feature] Add some sanity check for very long from/to log elements + * [Feature] Allow to create hashes from string in a single step + * [Feature] Fix order of pre and postfilters + * [Feature] Improve lua URLs API + * [Feature] Improve message about fuzzy rules + * [Feature] Pre-calculate blake2 digest for all parts + * [Feature] Print radix duplicate keys as IP addresses + * [Feature] Simple mechanism for disabling RBLs in local.d/rbl.conf + * [Feature] Use faster hash function for fuzzy storage + * [Feature] rspamd_stats: support log directory reading + * [Fix] Add sanity check for url filters + * [Fix] Do not show rmilter section as a fake metric in rspamc + * [Fix] Fix URL filters + * [Fix] Fix a stupid mistake in util.strequal_caseless + * [Fix] Fix blake2b hash of the string "rspamd" + * [Fix] Fix filename maps filter + * [Fix] Fix finding tld in util.get_tld + * [Fix] Fix multimap content filters + * [Fix] Fix returning boolean from Lua + * [Fix] Fix returning of REDIS_NIL + * [Fix] Try to deal with multiple workers terminated + * [Fix] Use forced DNS request when calling for lua_http + * [Rework] Rework multimap filters, add redis maps + 1.3.2: * [Feature] Add a special symbol for SPF DNS errors: R_SPF_DNSFAIL * [Feature] Add correlations report in fuzzy stats -- 2.39.5