Bump version + add CVE ID

pull/6833/head 1.1.10
Thomas Bruederli 7 years ago
parent b707e19f4b
commit 7f992eac3d

@ -1,7 +1,9 @@
CHANGELOG Roundcube Webmail
===========================
- Fix file disclosure vulnerability caused by insuficient input validation in relation to attachment plugins (#6026)
RELEASE 1.1.10
--------------
- Fix file disclosure vulnerability caused by insufficient input validation [CVE-2017-16651] (#6026)
RELEASE 1.1.9
-------------

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.1.9 |
| Version 1.1.10 |
| |
| Copyright (C) 2005-2016, The Roundcube Dev Team |
| |

@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.1.9 |
| Version 1.1.10 |
| |
| Copyright (C) 2009-2016, The Roundcube Dev Team |
| |

@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.1.9');
define('RCMAIL_VERSION', '1.1.10');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {

@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.1.9');
define('RCUBE_VERSION', '1.1.10');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {

Loading…
Cancel
Save