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>2018-04-11 14:06:18 +0300
committerThomas Bruederli <thomas@roundcube.net>2018-04-11 14:06:18 +0300
commit357f9380c3d1415c887e965d2904aa988ae3bd26 (patch)
tree80ae2cfd84ced6c674e6dfda05e307fd75e11bb1
parent175c9359cb80d6a8cd97e5c2dcff6b2f3969c7f1 (diff)
Bump version to 1.3.61.3.6
-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 bfe13b602..3021068ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.3.6
+-------------
- Fix parsing date strings (e.g. from a Date: mail header) with comments (#6216)
- Fix PHP 7.2: count(): Parameter must be an array in enchant-based spellchecker (#6234)
- Fix possible IMAP command injection and type juggling vulnerabilities (#6229)
diff --git a/index.php b/index.php
index e1be200ad..7060a91f1 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.5 |
+ | Version 1.3.6 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 0e4effe40..1043cc400 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.3.5 |
+ | Version 1.3.6 |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index b7766d6e5..380b7d0f5 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.3.5');
+define('RCMAIL_VERSION', '1.3.6');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index eeb3d337e..72ae72d48 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.5');
+define('RCUBE_VERSION', '1.3.6');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
diff --git a/public_html/index.php b/public_html/index.php
index 5a393b649..2ead88040 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.5 |
+ | Version 1.3.6 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |