summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-18 09:13:53 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-18 09:13:53 +0200
commit632485121d22e70ef6cbc91a7792f1cba077ed83 (patch)
tree655051f90924f0a0a2428ecd3dae2753856fdbf1 /CHANGELOG
parent3bc871e11398f67c0a59106ccaf23fa4e68ddd6f (diff)
Add 0.9.1 section in changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG43
1 files changed, 23 insertions, 20 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4f82ce888..83b8b3db4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,32 +1,47 @@
CHANGELOG Roundcube Webmail
===========================
-- Better German labels for from/to to avoid conflicts with 'sender' (#1489084)
- Fix SMTP connection using IPv6 address in smtp_server option (#1489024)
+- Added attachment_reminder plugin
+- Make PHP code eval() free, use create_function()
+- Add option to display email address together with a name in mail preview (#1488732)
+- Support CSV import from Atmail (#1489045)
+- Add db_prefix configuration option in place of db_table_*/db_sequence_* options
+- Make possible to use db_prefix for schema initialization in Installer (#1489067)
+- Fix updatedb.sh script so it recognizes also table prefix for external DDL files
+- Fix parsing invalid date string (#1489035)
+- Add "with attachment" option to messages list filter (#1485382)
+- Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005)
+- Add rel="noreferrer" for links in displayed messages (#1484686)
+- Add ability to toggle between HTML and text while viewing a message (#1486939)
+- Remove "HTML message" from attachments list while viewing a message in text mode (#1486939)
+- Support IMAP MOVE extension [RFC 6851]
+- Add attachment menu with Open and Download options (#1488975)
+- Display user-friendly message on IMAP "over quota" errors (#1484164)
+- Extended archive plugin with user-configurable options to store messages into subfolders
+- Fix export of selected contacts from search result (#1488905)
+- Feature to export only selected contacts from addressbook (by Phil Weir)
+
+RELEASE 0.9.1
+-------------
+- Better German labels for from/to to avoid conflicts with 'sender' (#1489084)
- Fix problem where security warning was displayed for valid images with image/jpg type (#1489097)
- Fix handling of invalid email addresses in headers (#1489092)
-- Added attachment_reminder plugin
- Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090)
- Fix various PHP code bugs found using static analysis (#1489086)
- Fix backslash character handling on vCard import (#1489085)
- Fix csv import from Thunderbird with French localization (#1489059)
- Fix messages list focus issue in Opera and Webkit (#1489058)
-- Make PHP code eval() free, use create_function()
-- Add option to display email address together with a name in mail preview (#1488732)
- Fix Reply-To header handling in Reply-All action (#1489037)
- Fix so Sender: address is added to Cc: field on reply to all (#1489011)
- Fix so addressbook_search_mode works also for group search (#1489079)
- Fix removal of a contact from a group in LDAP addressbook (#1489081)
-- Support CSV import from Atmail (#1489045)
- Inlcude SQL query in the log on SQL error (#1489064)
- Fix handling untagged responses in IMAP FETCH - "could not load message" error (#1489074)
- Fix very small window size in Chrome (#1488931)
- Fix list page reset when viewing a message in Larry skin (#1489076)
- Fix min_refresh_interval handling on preferences save (#1489073)
- Fix PDF support detection for Firefox PDF.js (#1488972)
-- Add db_prefix configuration option in place of db_table_*/db_sequence_* options
-- Make possible to use db_prefix for schema initialization in Installer (#1489067)
-- Fix updatedb.sh script so it recognizes also table prefix for external DDL files
- Fix possible collision in generated thumbnail cache key (#1489069)
- Fix exit code on bootsrap errors in CLI mode (#1489044)
- Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
@@ -37,18 +52,6 @@ CHANGELOG Roundcube Webmail
- Fix list of required configuration options (#1489055)
- Fix DB error when creating a new contact and a group is selected (#1489051)
- Fix handling of deprecated boolean value of reply_mode option (#1489052)
-- Fix parsing invalid date string (#1489035)
-- Add "with attachment" option to messages list filter (#1485382)
-- Call resize handler in intervals to prevent lags and double onresize calls in Chrome (#1489005)
-- Add rel="noreferrer" for links in displayed messages (#1484686)
-- Add ability to toggle between HTML and text while viewing a message (#1486939)
-- Remove "HTML message" from attachments list while viewing a message in text mode (#1486939)
-- Support IMAP MOVE extension [RFC 6851]
-- Add attachment menu with Open and Download options (#1488975)
-- Display user-friendly message on IMAP "over quota" errors (#1484164)
-- Extended archive plugin with user-configurable options to store messages into subfolders
-- Fix export of selected contacts from search result (#1488905)
-- Feature to export only selected contacts from addressbook (by Phil Weir)
RELEASE 0.9.0
-------------