From: Timo Sirainen Date: Fri, 1 Oct 2010 21:09:43 +0000 (+0100) Subject: Released v2.0.5. X-Git-Tag: 2.0.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5fd54da64ef7043e5086fbb868c051ae315516;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.5. --- diff --git a/NEWS b/NEWS index fe3e028e8d..27e829a205 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +v2.0.5 2010-10-01 Timo Sirainen + + * acl: Fixed the logic of merging multiple ACL entries. Now it works as + documented, while previously it could have done slightly different + things depending on the order of the entries. + * virtual: Allow opening virtual mailboxes that refer to non-existing + mailboxes. It seems that the benefits of this outweigh the lack of + error message when typoing a mailbox name. + + + Added some disk I/O optimizations to Maildir and index code. They're + especially helpful with short-lived connections like POP3. + + pop3: Added pop3_fast_size_lookups setting. + - doveconf sometimes failed with complaining about missing ssl_key + setting, causing e.g. dovecot-lda to fail. + - lda: If there's an error in configuration, doveconf didn't exit with + EX_TEMPFAIL as it should have. + - sdbox: Fixed memory leak when copying messages with hard links. + - zlib + sdbox combination didn't work + - zlib: Fixed several crashes, which mainly showed up with mbox. + - quota: Don't crash if user has quota disabled, but plugin loaded. + - doveadm fetch uid was actually returning sequence, not uid. + - v2.0.4's subscription listing ignored (and logged a warning about) + subscriptions=no namespaces' entries in some configurations. + (So listing shared mailboxes' subscriptions could have been broken.) + - acl: Fixed crashing when sometimes listing shared mailboxes via + dict proxy. + v2.0.4 2010-09-26 Timo Sirainen * multi-dbox: If :INDEX=path is specified, keep diff --git a/TODO b/TODO index c6dfc073db..33e67f8e80 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ + - doveadm -A <