Quellcode durchsuchen

Release 3.7.5

* 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
tags/3.7.5^0
Vsevolod Stakhov vor 6 Monaten
Ursprung
Commit
8c86c16763
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen
  1. 1
    1
      CMakeLists.txt
  2. 9
    0
      ChangeLog

+ 1
- 1
CMakeLists.txt Datei anzeigen

@@ -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)

+ 9
- 0
ChangeLog Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern