Thomas Bruederli
2013-10-21 f06aa8058b7e32ba32d4551074b6e0b8a300f751
Bump version after security fix
3 files modified
6 ■■■■■ changed files
CHANGELOG 2 ●●●●● patch | view | raw | blame | history
index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 0.8.6
-------------
- Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
RELEASE 0.8.6
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 0.8.6                                                           |
 | Version 0.8.7                                                           |
 |                                                                         |
 | Copyright (C) 2005-2012, The Roundcube Dev Team                         |
 |                                                                         |
program/include/iniset.php
@@ -42,7 +42,7 @@
}
// application constants
define('RCMAIL_VERSION', '0.8.6');
define('RCMAIL_VERSION', '0.8.7');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));