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>2017-11-08 21:19:19 +0300
committerThomas Bruederli <thomas@roundcube.net>2017-11-08 21:19:19 +0300
commit987856eee2543a5a111a012c0f8f91ebc083ab5e (patch)
treefb3ec3455f439bb1f69fd62407be73494fc4fccf
parentc68f81e01d5abf53e3bfdb56735d6ae0fa7f4511 (diff)
Bump version + add CVE ID1.2.7
-rw-r--r--CHANGELOG4
-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, 7 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 298f2f0f1..82ac045b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,13 @@
CHANGELOG Roundcube Webmail
===========================
+RELEASE 1.2.7
+-------------
- Fix rewind(): stream does not support seeking (#5950)
- Fix bug where HTML messages could have been rendered empty on some systems (#5957)
- Fix (again) bug where image data URIs in css style were treated as evil/remote in mail preview (#5580)
- Managesieve: Fix parsing dot-staffed lines in multiline text (#5838, #5959)
-- Fix file disclosure vulnerability caused by insuficient input validation in relation to attachment plugins (#6026)
+- Fix file disclosure vulnerability caused by insufficient input validation [CVE-2017-16651] (#6026)
RELEASE 1.2.6
-------------
diff --git a/index.php b/index.php
index dd0d544f5..1d629dfbc 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.2.6 |
+ | Version 1.2.7 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index cb184784d..085fd2dba 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.2.6 |
+ | Version 1.2.7 |
| |
| Copyright (C) 2009-2017, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index e10005ff5..59d612edd 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.2.6');
+define('RCMAIL_VERSION', '1.2.7');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index f4697da45..aca8dbd63 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.6');
+define('RCUBE_VERSION', '1.2.7');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {