From: Timo Sirainen Date: Thu, 21 Oct 2010 18:07:14 +0000 (+0100) Subject: Released v2.0.6. X-Git-Tag: 2.0.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b9d8e095e73720d8c3cb972b30c32fd26f0f7e3;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.6. --- diff --git a/NEWS b/NEWS index 27e829a205..f8a5f96a64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +v2.0.6 2010-10-21 Timo Sirainen + + * Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry + servers happy. + * auth: auth_cache_negative_ttl default was 0 in earlier v2.0.x, but it + was supposed to be 1 hour as in v1.x. Changed it back to 1h. + If you want it disabled, make sure doveconf shows it as 0. + + + dbox: Added support for saving mail attachments to external files, + with also support for single instance storage. This feature hasn't + had much testing yet, so be careful with it. + + doveadm: Added import command for importing mails from other storages. + + Reduced NFS I/O operations for index file accesses + + dbox, Maildir: When copying messages, copy also already cached fields + from dovecot.index.cache + + mdbox: Added mdbox_preallocate_space setting (Linux+ext3/XFS only) + - Maildir: LDA/LMTP assert-crashed sometimes when saving a mail. + - Fixed leaking fds when writing to dovecot.mailbox.log. + - Fixed rare dovecot.index.cache corruption + - IMAP: SEARCH YOUNGER/OLDER wasn't working correctly + v2.0.5 2010-10-01 Timo Sirainen * acl: Fixed the logic of merging multiple ACL entries. Now it works as diff --git a/TODO b/TODO index 33e67f8e80..61e1406f59 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ + - mdbox: storage rebuilding could log about changes it does + - cache: mail_cache_lookup() should be able to return mail_cache_add()ed + fields even before they've been flushed to disk. this is useful when copying + messages and some plugin (e.g. mail_log) fetches some fields that are + already added to cache (to avoid opening and parsing the message) - doveadm -A <