From: Timo Sirainen Date: Fri, 3 Dec 2010 19:37:56 +0000 (+0000) Subject: Released v2.0.8. X-Git-Tag: 2.0.8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0a488f68b442fb3bebd8eb70fba0b3df3d9fc9b;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.8. --- diff --git a/NEWS b/NEWS index c8f6b3708e..df596f8fb7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +v2.0.8 2010-12-03 Timo Sirainen + + * Services' default vsz_limits weren't being enforced correctly in + earlier v2.0 releases. Now that they are enforced, you might notice + that the default limits are too low and you need to increase them. + This problem will show up in logs as "out of memory" errors. + See default_vsz_limit and service { vsz_limit } settings. + * LMTP: In earlier versions if mail was delivered to user+detail@domain + address, LMTP server always attempted to deliver the mail to mailbox + named "detail". This was rather unintentional and shouldn't have been + the default. lmtp_save_to_detail_mailbox=yes setting now preserves + this behavior (default is no). + + + Added systemd support (configure --with-systemdsystemunitdir). + Based on patch by Christophe Fergeau. + + Replaced broken mbox-snarf plugin with a new more generic snarf + plugin. + - dbox: Fixes to handling external mail attachments + - verbose_proctitle=yes didn't work for all processes in v2.0.7 + - imap, pop3: When service { client_count } was larger than 1, the + log messages didn't use the correct prefix. Last logged in user's + prefix was always used, regardless of what user's session actually + logged it. Now the proper log prefix is always used. + - MySQL: Only the first specified host was ever used + v2.0.7 2010-11-08 Timo Sirainen * master: default_process_limit wasn't actually used anywhere, diff --git a/TODO b/TODO index e0516d3f69..f415eff2d4 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,5 @@ - - if global ACL path points to a file instead of a directory, read all of - them from there. support wildcards in names. - master passdb preserves userdb_* extra fields. should it preserve non-userdb_* extra fields too? - - acl_get_mailbox_name_status() is used by SUBSCRIBE .. it should probably - restrict more .. only be visible if 'l' or 'r' right is given, maybe more? - imap, pop3: if client init fails, wait a second or two before disconnecting client. - doveadm expunge parameter to delete empty mailboxes (for lazy-expunge) diff --git a/configure.in b/configure.in index fed19f10fa..4352134881 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.0.7],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.0.8],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])