From b8a232043221549e0d3307f80195b9d84dcd81d8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 20 Oct 2024 10:06:49 +0100 Subject: [PATCH] Release 3.10.2 * [CritFix] Fix ARC-Seal signing * [Fix] add EOF to openmetrics response in proxy and server --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df1557917f..336ec5ae06 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 189c00f1a3..3a7e00f8f1 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 -- 2.47.3