From: Vsevolod Stakhov Date: Sun, 20 Oct 2024 09:06:49 +0000 (+0100) Subject: Release 3.10.2 X-Git-Tag: 3.10.2^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2Frspamd-3.10;p=rspamd.git Release 3.10.2 * [CritFix] Fix ARC-Seal signing * [Fix] add EOF to openmetrics response in proxy and server --- diff --git a/CMakeLists.txt b/CMakeLists.txt index df1557917..336ec5ae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) SET(RSPAMD_VERSION_MINOR 10) -SET(RSPAMD_VERSION_PATCH 1) +SET(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) diff --git a/ChangeLog b/ChangeLog index 189c00f1a..3a7e00f8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +3.10.2: 20 Oct 2024 + * [CritFix] Fix ARC-Seal signing + * [Fix] add EOF to openmetrics response in proxy and server + 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