File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG 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)
Original file line number Diff line number Diff line change 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 | |
Original file line number Diff line number Diff line change 2121*/
2222
2323// application constants
24- define ('RCMAIL_VERSION ' , '1.0.5 ' );
24+ define ('RCMAIL_VERSION ' , '1.0.6 ' );
2525define ('RCMAIL_START ' , microtime (true ));
2626
2727if (!defined ('INSTALL_PATH ' )) {
Original file line number Diff line number Diff line change 5454}
5555
5656// framework constants
57- define ('RCUBE_VERSION ' , '1.0.5 ' );
57+ define ('RCUBE_VERSION ' , '1.0.6 ' );
5858define ('RCUBE_CHARSET ' , 'UTF-8 ' );
5959
6060if (!defined ('RCUBE_LIB_DIR ' )) {
You can’t perform that action at this time.
0 commit comments