From c03da1a87d2d6fc230ff35a6129dfc920b9135b6 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 10 Aug 2020 20:48:02 +0200 Subject: [PATCH] Bump version to 1.2.12 --- CHANGELOG | 2 ++ index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e2df314d93e..4fb580bae85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.2.12 +-------------- - Security: Fix cross-site scripting (XSS) via HTML messages with malicious svg content [CVE-2020-16145] - Security: Fix cross-site scripting (XSS) via HTML messages with malicious math content diff --git a/index.php b/index.php index bddb93c0e4a..4977ace5687 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.2.11 | + | Version 1.2.12 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 5756cbceba7..90d3e91124e 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.2.11 | + | Version 1.2.12 | | | | Copyright (C) 2009-2017, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 704ba8d97d6..92a8cfec151 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.2.11'); +define('RCMAIL_VERSION', '1.2.12'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 810d1f80716..721d37557dc 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -55,7 +55,7 @@ } // framework constants -define('RCUBE_VERSION', '1.2.11'); +define('RCUBE_VERSION', '1.2.12'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {