From 9de95c2b6d3387dd3c9f5540c8de2d0bd3441120 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 16 Oct 2024 11:33:53 +0100 Subject: [PATCH] Release 3.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * [Fix] Avoid null-bytes in Log-Tag header value. * [Fix] Do not abort when OpenSSL is broken, report that to a user * [Fix] Load "default" provider as well as "legacy" * [Fix] Restore propagation of spam/ham learns * [Fix] Use correct type for keylen in lua_ucl_newindex * [Fix] Use unsigned char for ragel machines * [Rework] Update hiredis to 1.2.0 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3bee75dd2..189c00f1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +3.10.1: 16 Oct 2024 + * [Fix] Avoid null-bytes in Log-Tag header value. + * [Fix] Do not abort when OpenSSL is broken, report that to a user + * [Fix] Load "default" provider as well as "legacy" + * [Fix] Restore propagation of spam/ham learns + * [Fix] Use correct type for keylen in lua_ucl_newindex + * [Fix] Use unsigned char for ragel machines + * [Rework] Update hiredis to 1.2.0 + 3.10.0: 30 Sep 2024 * [Conf] Add SenderScore RPBL return codes * [Conf] Add SenderScore Reputationlist RBL -- 2.39.5