]> source.dussan.org Git - rspamd.git/commitdiff
Release 3.7.5 rspamd-3.7 3.7.5
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 15 Dec 2023 15:32:54 +0000 (15:32 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 15 Dec 2023 15:32:54 +0000 (15:32 +0000)
* 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

CMakeLists.txt
ChangeLog

index 4bcc4877d1bfd9332e5300652b68a955a615db5c..82fa0af18cf924479448197613a05bff00ed114a 100644 (file)
@@ -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)
index ba843bdafdd793d3a663c5771fa7dc0b1e9e7017..e72f0af5d32e67ec399f2acece2e5feef576c8b8 100644 (file)
--- 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