From b8a2d79eeaefc18b044ca0b5c22858f0400fecd9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 25 Jan 2024 19:05:39 +0000 Subject: [PATCH] Release 3.8.1 * [Fix] Fix headers insertion in the ordered list * [Fix] Fix learn error propagation * [Fix] Fix learning with long prefixes * [Fix] Fix potential double free by expclicitly zeroing pointers * [Fix] Fix storing of the bayes tokens * [Fix] Use short comments rather than long one --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d8e05d5c5..1b3e8672c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +3.8.1: 25 Jan 2024 + * [Fix] Fix headers insertion in the ordered list + * [Fix] Fix learn error propagation + * [Fix] Fix learning with long prefixes + * [Fix] Fix potential double free by expclicitly zeroing pointers + * [Fix] Fix storing of the bayes tokens + * [Fix] Use short comments rather than long one + 3.8.0: 19 Jan 2024 * [Project] Rspamadm fuzzyping command * [Project] Use Redis scripts for Bayes statistics and cache -- 2.39.5