Bump version to 0.9-stable

pull/88/head v0.9.0
Thomas Bruederli 11 years ago
parent d83e12a620
commit a7db8f93ef

@ -1,6 +1,9 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 0.9.0
-------------
- Fix display of HTML entities in protected folder name (#1489042)
- Set minimal permissions to temp files (#1488996)
- Improve content check for embedded images without filename (#1489029)
- Fix handling of invalid characters in message headers and output (#1489032)

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 0.9-rc |
| Version 0.9.0 |
| |
| Copyright (C) 2005-2013, The Roundcube Dev Team |
| |

@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '0.9-rc');
define('RCMAIL_VERSION', '0.9.0');
define('RCMAIL_START', microtime(true));
$config = array(

Loading…
Cancel
Save