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.3.17
5+ --------------
46- Fix XSS issue in handling attachment filename extension in mimetype mismatch warning (#8193)
57- Fix SQL injection via some session variables
68
Original file line number Diff line number Diff line change 22/**
33 +-------------------------------------------------------------------------+
44 | Roundcube Webmail IMAP Client |
5- | Version 1.3.16 |
5+ | Version 1.3.17 |
66 | |
77 | Copyright (C) 2005-2019, The Roundcube Dev Team |
88 | |
Original file line number Diff line number Diff line change 33/**
44 +-------------------------------------------------------------------------+
55 | Roundcube Webmail setup tool |
6- | Version 1.3.16 |
6+ | Version 1.3.17 |
77 | |
88 | Copyright (C) 2009-2019, The Roundcube Dev Team |
99 | |
Original file line number Diff line number Diff line change 2121*/
2222
2323// application constants
24- define ('RCMAIL_VERSION ' , '1.3.16 ' );
24+ define ('RCMAIL_VERSION ' , '1.3.17 ' );
2525define ('RCMAIL_START ' , microtime (true ));
2626
2727if (!defined ('INSTALL_PATH ' )) {
Original file line number Diff line number Diff line change 5353}
5454
5555// framework constants
56- define ('RCUBE_VERSION ' , '1.3.16 ' );
56+ define ('RCUBE_VERSION ' , '1.3.17 ' );
5757define ('RCUBE_CHARSET ' , 'UTF-8 ' );
5858
5959if (!defined ('RCUBE_LIB_DIR ' )) {
Original file line number Diff line number Diff line change 33/*
44 +-----------------------------------------------------------------------+
55 | Roundcube Webmail IMAP Client |
6- | Version 1.3.16 |
6+ | Version 1.3.17 |
77 | |
88 | Copyright (C) 2005-2017, The Roundcube Dev Team |
99 | |
You can’t perform that action at this time.
0 commit comments