diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,7 +1,30 @@ CHANGELOG Roundcube Webmail =========================== -- Fix issues where filesystem path was added to all-attachments (zip) file (#1489507) +- Added toolbar button to move message in message view +- Improve UI integration of ACL settings +- Fix directories check in Installer on Windows (#1489576) +- Fix issue when default_addressbook option is set to integer value (#1489407) +- Fix Opera > 15 detection (#1489562) +- Fix security issue in DomainFactory driver of Password plugin +- Fix invalid X-Draft-Info on forwarded message draft (#1489587) +- Fix regression in handling of 'attachments' result in message_compose hook (#1489627) +- Fix issue where msgexport.sh printed the message to STDOUT instead of a file (#1489634) + +RELEASE 1.0-rc +-------------- +- Small CSS fix with message notice boxes in Larry skin (#1489497) +- Include groups in contacts search on mail compose (#1489082) +- Add mime-type mapping for .7z files (#1489512) +- Invoke update scripts with php to circumvent execution restrictions (#1489322) +- Fix drag & drop message/contact moving on touch device (#1489431) +- Fix canned responses in HTML mode (#1489536) +- Check/create default folders on every login not only the first (#1489423) +- Update to jQuery-1.11.0 and jQuery-UI-1.9.2 +- Support SMTP socket context options via new config option 'smtp_conn_options' +- Fix compatibility with PHP 5.2 in html.php file (#1489514) +- Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513) +- Fix issue where filesystem path was added to all-attachments (zip) file (#1489507) - Fix case-sensitivity of email addresses handling on compose (#1485499) - Don't alter Message-ID of a draft when sending (#1489409) - Fix issue where deprecated syntax for HTML lists was not handled properly (#1488768) |