]> source.dussan.org Git - rspamd.git/commitdiff
Release 3.10.2 rspamd-3.10 3.10.2
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 20 Oct 2024 09:06:49 +0000 (10:06 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 20 Oct 2024 09:06:49 +0000 (10:06 +0100)
* [CritFix] Fix ARC-Seal signing
* [Fix] add EOF to openmetrics response in proxy and server

CMakeLists.txt
ChangeLog

index df1557917feb1c78455b76abdbbf1580ac1455a9..336ec5ae06d44e2082bac5f9992fa2ddb93d56a0 100644 (file)
@@ -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)
index 189c00f1a3615123e12b31b7c76f608f5b8bef55..3a7e00f8f1b3daae49a5d7b80060c1dab0269cbc 100644 (file)
--- 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