From f5588129fd722ec9485635f252145e26a5a129e3 Mon Sep 17 00:00:00 2001 From: Manuel Dalla Lana Date: Fri, 22 Mar 2024 09:15:48 +0100 Subject: [PATCH] Set release version to 1.2.22 --- CHANGELOG.md | 3 +++ mailscanner/functions.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c89e15f..4f8d3543a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 1.2.22 ### Fixes - More relaxed regex for MaxMind geoip database download on HTTP/2 connection (#1289) - Fix report email (#1209) @@ -8,6 +10,7 @@ - Permit + and = chars in email for sendmail (#1291) - Fix Message Listing on Mysql 8+ (#1295) - Fix MaxMind database download when curl extension is not available (#1297) +- Update certificate data ## 1.2.21 ### Improvements diff --git a/mailscanner/functions.php b/mailscanner/functions.php index 3e5a8c743..3830c6622 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -249,7 +249,7 @@ function getVirusRegex($scanner = null) */ function mailwatch_version() { - return '1.2.21'; + return '1.2.22'; } /**