]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 3.9.0
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 20 Feb 2024 17:21:09 +0000 (17:21 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 20 Feb 2024 17:21:09 +0000 (17:21 +0000)
CMakeLists.txt
ChangeLog

index 0671072a325de946967bb1c774f7d2ef47035378..b46933f085d934f245253f53767a5a68bc628c1c 100644 (file)
@@ -8,8 +8,8 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)
 
 SET(RSPAMD_VERSION_MAJOR 3)
-SET(RSPAMD_VERSION_MINOR 8)
-SET(RSPAMD_VERSION_PATCH 2)
+SET(RSPAMD_VERSION_MINOR 9)
+SET(RSPAMD_VERSION_PATCH 0)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
index 1b3e8672c2d835b8d48e7d471dd64cfe138c699c..895f07a20f1594be995803d485c3dd393763b404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+3.8.2: 20 Feb 2024
+  * [Feature] Add extraction type for `from` maps
+  * [Feature] Allow to add templates to redis history prefix
+  * [Feature] Implement dynamic keys map in fuzzy storage
+  * [Feature] Lua_url: Add `to_http` method
+  * [Feature] Support JSON logging when in syslog mode
+  * [Fix] Deal with `Connection` and `Host` headers on proxying
+  * [Fix] Encode headers in metadata exporter
+  * [Fix] Fix initial maps load
+  * [Fix] Make stat tokens allocation consistent
+  * [Fix] Resolve issue with bayes stat in `rspamadm` mode
+  * [Fix] Try to fix url path issue
+  * [Rework] Breaking: Do not report module as action
+  * [Rework] Use khash instead of glib hashes for many reasons
+
 3.8.1: 25 Jan 2024
   * [Fix] Fix headers insertion in the ordered list
   * [Fix] Fix learn error propagation