Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2020-08-10 21:48:02 +0300
committerThomas Bruederli <thomas@roundcube.net>2020-08-10 21:48:02 +0300
commitc03da1a87d2d6fc230ff35a6129dfc920b9135b6 (patch)
treeb3d79e44ecbecbfe60c7132626188eb3951da34b
parent589d36010048300ed39f4887aab1afd3ae98d00e (diff)
Bump version to 1.2.121.2.12
-rw-r--r--CHANGELOG2
-rw-r--r--index.php2
-rw-r--r--installer/index.php2
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
5 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e2df314d9..4fb580bae 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 bddb93c0e..4977ace56 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 5756cbceb..90d3e9112 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 704ba8d97..92a8cfec1 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 810d1f807..721d37557 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -55,7 +55,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.2.11');
+define('RCUBE_VERSION', '1.2.12');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {