Skip to content

Commit f3277e0

Browse files
author
Thomas Bruederli
committed
Bump version to 1.0.6
1 parent bfe6570 commit f3277e0

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CHANGELOG Roundcube Webmail
22
===========================
33

4+
RELEASE 1.0.6
5+
-------------
46
- Make SMTP error log more verbose - include server response and error code
57
- Fix rows count when messages search fails (#1490266)
68
- Fix security issue in DBMail driver of password plugin (#1490261)

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
+-------------------------------------------------------------------------+
44
| Roundcube Webmail IMAP Client |
5-
| Version 1.0.5 |
5+
| Version 1.0.6 |
66
| |
77
| Copyright (C) 2005-2014, The Roundcube Dev Team |
88
| |

program/include/iniset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
// application constants
24-
define('RCMAIL_VERSION', '1.0.5');
24+
define('RCMAIL_VERSION', '1.0.6');
2525
define('RCMAIL_START', microtime(true));
2626

2727
if (!defined('INSTALL_PATH')) {

program/lib/Roundcube/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
// framework constants
57-
define('RCUBE_VERSION', '1.0.5');
57+
define('RCUBE_VERSION', '1.0.6');
5858
define('RCUBE_CHARSET', 'UTF-8');
5959

6060
if (!defined('RCUBE_LIB_DIR')) {

0 commit comments

Comments
 (0)