summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-01-19 12:45:07 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-01-19 12:45:38 +0000
commit28391190c3c050c784f5f9fba63008922d3820fc (patch)
tree0d460b75ee40e90ef35e300541390b74a4c95a35
parentdce83e56e838c9092320c45e6ad9424f25a3b39e (diff)
downloadrspamd-28391190c3c050c784f5f9fba63008922d3820fc.tar.gz
rspamd-28391190c3c050c784f5f9fba63008922d3820fc.zip
Release 3.8.03.8.0
* [Project] Rspamadm fuzzyping command * [Project] Use Redis scripts for Bayes statistics and cache * [Project] Support JSON logging * [CritFix] - Fix reported length of logging structure * [Feature] Allow to set `max_users` for Redis bayes backend * [Feature] Escape JSON when needed * [Feature] Proxy: Allow `encrypted_only` option * [Feature] Reiterate on gtube patterns * [Feature] Support ping command in fuzzy storage * [Feature] Support suppressing DMARC reporting for particular recipients * [Feature] rbl: support disabling or replacing url_whitelist per RBL * [Fix] Another try to fix setproctitle * [Fix] Cleanup session on exit * [Fix] Do not cleanup hyperscan files unless new ones are loaded * [Fix] Fix bad access when printing pending events on failure path * [Fix] Fix issues with the raw header on header insertion/modification * [Fix] Fix overflow in fuzzy_stats command * [Fix] Fix some corner cases when parsing maps with no newlines * [Fix] Fix various issues with canonicalisation of the paths * [Fix] Fix wrong raw_len usage * [Fix] Make words selection random deterministic upon content * [Fix] Properly set config field when creating tasks from Lua * [Fix] Really fix the language detector statistical heuristic * [Fix] Set loaded variable explicitly * [Fix] dkim_signing: siging_table: lowercase before lookup * [Fix] known_senders: fix config handling * [Fix] rbl: fix `exclude_local`
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba843bdaf..d8e05d5c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+3.8.0: 19 Jan 2024
+ * [Project] Rspamadm fuzzyping command
+ * [Project] Use Redis scripts for Bayes statistics and cache
+ * [Project] Support JSON logging
+ * [CritFix] - Fix reported length of logging structure
+ * [Feature] Allow to set `max_users` for Redis bayes backend
+ * [Feature] Escape JSON when needed
+ * [Feature] Proxy: Allow `encrypted_only` option
+ * [Feature] Reiterate on gtube patterns
+ * [Feature] Support ping command in fuzzy storage
+ * [Feature] Support suppressing DMARC reporting for particular recipients
+ * [Feature] rbl: support disabling or replacing url_whitelist per RBL
+ * [Fix] Another try to fix setproctitle
+ * [Fix] Cleanup session on exit
+ * [Fix] Do not cleanup hyperscan files unless new ones are loaded
+ * [Fix] Fix bad access when printing pending events on failure path
+ * [Fix] Fix issues with the raw header on header insertion/modification
+ * [Fix] Fix overflow in fuzzy_stats command
+ * [Fix] Fix some corner cases when parsing maps with no newlines
+ * [Fix] Fix various issues with canonicalisation of the paths
+ * [Fix] Fix wrong raw_len usage
+ * [Fix] Make words selection random deterministic upon content
+ * [Fix] Properly set config field when creating tasks from Lua
+ * [Fix] Really fix the language detector statistical heuristic
+ * [Fix] Set loaded variable explicitly
+ * [Fix] dkim_signing: siging_table: lowercase before lookup
+ * [Fix] known_senders: fix config handling
+ * [Fix] rbl: fix `exclude_local`
+
+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
+
3.7.4: 14 Nov 2023
* [Enhancement] Add composite rule for suspicious URLs in suspicious messages
* [Fix] Another try to fix setproctitle