aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-01-25 19:05:39 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-01-25 19:05:39 +0000
commitb8a2d79eeaefc18b044ca0b5c22858f0400fecd9 (patch)
treef8c5c482546b6a768b0e4e141ff219a051edadd6
parent4015346e2f679c1b036e3aafe94c36e4e5a391c4 (diff)
downloadrspamd-b8a2d79eeaefc18b044ca0b5c22858f0400fecd9.tar.gz
rspamd-b8a2d79eeaefc18b044ca0b5c22858f0400fecd9.zip
Release 3.8.13.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
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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