diff options
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -71,7 +71,10 @@ RELEASE 1.1-beta RELEASE 1.0.4 ------------- -- Fix generation of Blowfish-based password hashes (#1490184) +- Disable TinyMCE contextmenu plugin as there are more cons than pros in using it (#1490118) +- Fix bug where show_real_foldernames setting wasn't honored on compose page (#1490153) +- Fix issue where Archive folder wasn't protected in Folder Manager (#1490154) +- Fix compatibility with PHP 5.2. in rcube_imap_generic (#1490115) - Fix setting flags on servers with no PERMANENTFLAGS response (#1490087) - Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) - Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103) @@ -84,6 +87,8 @@ RELEASE 1.0.4 - Fix reply scrolling issue with text mode and start message below the quote (#1490114) - Fix possible issues in skin/skin_path config handling (#1490125) - Fix lack of delimiter for recipient addresses in smtp_log (#1490150) +- Fix generation of Blowfish-based password hashes (#1490184) +- Fix bugs where CSRF attacks were still possible on some requests RELEASE 1.0.3 ------------- |