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>2021-11-13 00:06:17 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-11-13 00:06:17 +0300
commitc23eef1a3aa73085818692cfff6abd0b09dccf25 (patch)
tree27486f8e39430a80e8d2e871b4b4634cff393e51
parentca5dd51990fef71a0ae32d7be236e5eeee4d322d (diff)
Bump version to 1.3.171.3.17release-1.3
-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
-rw-r--r--public_html/index.php2
6 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 61768195b..1c1921968 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.3.17
+--------------
- Fix XSS issue in handling attachment filename extension in mimetype mismatch warning (#8193)
- Fix SQL injection via some session variables
diff --git a/index.php b/index.php
index 928b79474..47d3d9b75 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.16 |
+ | Version 1.3.17 |
| |
| Copyright (C) 2005-2019, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 32e1c67d5..bda9344d9 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.3.16 |
+ | Version 1.3.17 |
| |
| Copyright (C) 2009-2019, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index aca5a8be5..9d9495f1d 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.3.16');
+define('RCMAIL_VERSION', '1.3.17');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index a9e82d5a9..4cb41d91a 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -53,7 +53,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.3.16');
+define('RCUBE_VERSION', '1.3.17');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
diff --git a/public_html/index.php b/public_html/index.php
index ee22c1901..6aefc3125 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.16 |
+ | Version 1.3.17 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |