Skip to content

Commit

Permalink
Bump version + add CVE ID
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Nov 8, 2017
1 parent 4f5d8ab commit 0b42424
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
--------------
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.0.11 |
| Version 1.0.12 |
| |
| Copyright (C) 2005-2014, The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion program/include/iniset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 0b42424

Please sign in to comment.