From 4e26fd66ff23b6c3459ea7a349b6bf20ead80068 Mon Sep 17 00:00:00 2001 From: Manuel Dalla Lana Date: Wed, 12 Dec 2018 18:19:39 +0100 Subject: [PATCH] Set release version to 1.2.12 --- CHANGELOG.md | 5 ++++- mailscanner/functions.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7efff51c..cad830004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -1.2.x +1.2.12 ----------- +Security +- Fix clear password display when user is autocreated by IMAP auth + Fixes - Add client IP in sorting input validation diff --git a/mailscanner/functions.php b/mailscanner/functions.php index 66c85a148..6a7f711ed 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -252,7 +252,7 @@ function getVirusRegex($scanner = null) */ function mailwatch_version() { - return '1.2.11'; + return '1.2.12'; } /**