Bump version after security fix

release-0.8 v0.8.7
Thomas Bruederli 11 years ago
parent eb433aa33c
commit f06aa8058b

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
RELEASE 0.8.6
-------------
- Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) - Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
RELEASE 0.8.6 RELEASE 0.8.6

@ -2,7 +2,7 @@
/* /*
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 0.8.6 | | Version 0.8.7 |
| | | |
| Copyright (C) 2005-2012, The Roundcube Dev Team | | Copyright (C) 2005-2012, The Roundcube Dev Team |
| | | |

@ -42,7 +42,7 @@ foreach ($config as $optname => $optval) {
} }
// application constants // application constants
define('RCMAIL_VERSION', '0.8.6'); define('RCMAIL_VERSION', '0.8.7');
define('RCMAIL_CHARSET', 'UTF-8'); define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail'); define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true)); define('RCMAIL_START', microtime(true));

Loading…
Cancel
Save