Thomas Bruederli
2013-06-13 1f5557817f1739a26c03ec0efa76ccf5d0bff603
Update changelog + bump version number
4 files modified
10 ■■■■ changed files
CHANGELOG 4 ●●●● patch | view | raw | blame | history
index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,10 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 0.9.2
-------------
- Fix image thumbnails display in print mode (#1489134)
- Fix height of message headers block (#1489108)
- Fix timeout issue on drag&drop uploads (#1489170)
- Fix default sorting of threaded list when THREAD=REFS isn't supported
- Fix list mode switch to 'List' after saving list settings in Larry skin (#1489164)
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 0.9.1                                                           |
 | Version 0.9.2                                                           |
 |                                                                         |
 | Copyright (C) 2005-2013, The Roundcube Dev Team                         |
 |                                                                         |
program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '0.9.1');
define('RCMAIL_VERSION', '0.9.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
}
// framework constants
define('RCUBE_VERSION', '0.9.1');
define('RCUBE_VERSION', '0.9.2');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {