aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-12-15 15:32:54 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-12-15 15:32:54 +0000
commit8c86c16763af854f19f2fb6eae289814feab8f28 (patch)
tree121d2c8c9b027879c7bcd72b44a31208211641d7
parent15e3b73469a4f9ef84907f7de985ceb2d8bb9263 (diff)
downloadrspamd-3.7.tar.gz
rspamd-3.7.zip
Release 3.7.53.7.5rspamd-3.7
* Add support for loongarch * [Fix] Fix rspamadm lua logger * [Fix] Fix systemd logging * [Fix] dkim_signing: siging_table: lowercase before lookup * [Minor] Fix build with no hyperscan * [Minor] Try improve test stability * [Test] Fix tests on rspamd-3.7
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog9
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4bcc4877d..82fa0af18 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 7)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_PATCH 5)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
diff --git a/ChangeLog b/ChangeLog
index ba843bdaf..e72f0af5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+3.7.5: 15 Dec 2023
+ * Add support for loongarch
+ * [Fix] Fix rspamadm lua logger
+ * [Fix] Fix systemd logging
+ * [Fix] dkim_signing: siging_table: lowercase before lookup
+ * [Minor] Fix build with no hyperscan
+ * [Minor] Try improve test stability
+ * [Test] Fix tests on rspamd-3.7
+
3.7.4: 14 Nov 2023
* [Enhancement] Add composite rule for suspicious URLs in suspicious messages
* [Fix] Another try to fix setproctitle