From 25ed46864a537326eb9fbf8716bc627a793d7707 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 21 Jan 2016 15:23:42 +0000 Subject: [PATCH] Release 1.1.1 * Fix duplicated XBL symbol * Reduce log severity for ratelimit missing servers * Fix XBL composite to avoid duplicate symbols * Reduce weight of URL_ONLY rule due to FP rate * Disable fuzzy hashes from the metadata for now * Fix processing of empty messages (#486) * Always treat DNS timeouts as temporary fail for SPF * Fix issue with SPF double IP stack (#483) * Use X-Forwarded-For when checking secure_ip (#488) * Fix hash calculation for sqlite stats * Fix memory corruption on punycode * Fix strings allocation in punycode * Fix error message (#491) Signed-off-by: Vsevolod Stakhov --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index ace5a2050a..64c7660f66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1.1.1: + * Fix duplicated XBL symbol + * Reduce log severity for ratelimit missing servers + * Fix XBL composite to avoid duplicate symbols + * Reduce weight of URL_ONLY rule due to FP rate + * Disable fuzzy hashes from the metadata for now + * Fix processing of empty messages (#486) + * Always treat DNS timeouts as temporary fail for SPF + * Fix issue with SPF double IP stack (#483) + * Use X-Forwarded-For when checking secure_ip (#488) + * Fix hash calculation for sqlite stats + * Fix memory corruption on punycode + * Fix strings allocation in punycode + * Fix error message (#491) + 1.1.0: * Incompatible change: sqlite3 and per_user behaviour: Now both redis and sqlite3 follows the common principles for per-user -- 2.47.3