From 0b42424e41e1e7d23fc516bf841633c5ff0971fd Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 8 Nov 2017 19:28:21 +0100 Subject: [PATCH] Bump version + add CVE ID --- CHANGELOG | 4 +++- index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2b6f22b9f38..98b1df743ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ CHANGELOG Roundcube Webmail =========================== -- Fix file disclosure vulnerability caused by insuficient input validation in relation to attachment plugins (#6026) +RELEASE 1.0.12 +-------------- +- Fix file disclosure vulnerability caused by insufficient input validation [CVE-2017-16651] (#6026) RELEASE 1.0.11 -------------- diff --git a/index.php b/index.php index 23f0e7ef24d..fde1a5e5138 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.0.11 | + | Version 1.0.12 | | | | Copyright (C) 2005-2014, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index c44bbaa8bb0..643367e5a97 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.0.11'); +define('RCMAIL_VERSION', '1.0.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 46e3480c6eb..e26a72c16b7 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -54,7 +54,7 @@ } // framework constants -define('RCUBE_VERSION', '1.0.11'); +define('RCUBE_VERSION', '1.0.12'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {