X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CHANGELOG;h=a4cd90bf83636c325d80b5d0586766406667d4b8;hb=07e1de2dcd3f3ff8910a3680493f035b3c693cf0;hp=867472610ce8792d0197905db9f1e54ebd33d6e4;hpb=315a64971ff1249e4d5884f309fab5ddbfe55cc6;p=roundcube.git diff --git a/CHANGELOG b/CHANGELOG index 8674726..a4cd90b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,32 @@ CHANGELOG Roundcube Webmail =========================== +- TinyMCE 3.4.2 now compatible with IE9 +- PEAR::Net_SMTP 1.5.2, fixed timeout issue (#1487843) +- Fix bug where template name without plugin prefix was used in render_page hook +- Support 'abort' and 'result' response in 'preferences_save' hook, add error handling +- Fix bug where some content would cause hang on html2text conversion (#1487863) +- Improve space-stuffing handling in format=flowed messages (#1487861) +- Fix bug where some dates would produce SQL error in MySQL (#1487856) +- Added workaround for some IMAP server with broken STATUS response (#1487859) +- Fix bug where default_charset was not used for text messages (#1487836) +- Stateless request tokens. No keep-alive necessary on login page (#1487829) +- Force names of unique constraints in PostgreSQL DDL +- Add code for prevention from IMAP connection hangs when server closes socket unexpectedly +- Remove redundant DELETE query (for old session deletion) on login +- Get around unreliable rand() and mt_rand() in session ID generation (#1486281) +- Fix some emails are not shown using Cyrus IMAP (#1487820) +- Fix handling of mime-encoded words with non-integral number of octets in a word (#1487801) +- Fix parsing links with non-printable characters inside (#1487805) +- Fixed de_CH/de_DE localization bugs (#1487773) +- Add variable for 'Today' label in date_today option (#1486120) +- Applied plugin changes since 0.5-stable release +- Fix SQL query in rcube_user::query() so it uses index on MySQL again +- Use only one from IMAP authentication methods to prevent login delays (1487784) +- Fix strftime format support in date_today option +- Removed redundant tags from contact add/edit pages +- Fix CSS error in contact details screen on IE7 (#1487775) + RELEASE 0.5.1 ------------- - Fix handling of attachments with invalid content type (#1487767)