diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-10-16 11:33:53 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-10-16 11:33:53 +0100 |
commit | 9de95c2b6d3387dd3c9f5540c8de2d0bd3441120 (patch) | |
tree | 5106cc84fd9d50ec53053ef404d027aff247f52d | |
parent | e229e8b66274e567d79b2de7672a672b1e5284b1 (diff) | |
download | rspamd-9de95c2b6d3387dd3c9f5540c8de2d0bd3441120.tar.gz rspamd-9de95c2b6d3387dd3c9f5540c8de2d0bd3441120.zip |
Release 3.10.13.10.1
* [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
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |