From: Timo Sirainen Date: Thu, 13 Jan 2011 11:18:17 +0000 (+0200) Subject: Released v2.0.9. X-Git-Tag: 2.0.9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66281cd9304c1dfe7d925d7d30b2986c2584159f;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.9. --- diff --git a/NEWS b/NEWS index df596f8fb7..82cd8a656b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +v2.0.9 2011-01-13 Timo Sirainen + + - Linux: Fixed a high system CPU usage / high context switch count + performance problem + - Maildir: Avoid unnecessarily reading dovecot-uidlist while opening + mailbox. + - Maildir: Fixed renaming child mailboxes when namespace had a prefix. + - mdbox: Don't leave partially written messages to mdbox files when + aborting saving. + - Fixed master user logins when using userdb prefetch + - lda: Fixed a crash when trying to send "out of quota" reply + - lmtp: If delivering duplicate messages to same user's INBOX, + create different GUIDs for them. This helps to avoid duplicate + POP3 UIDLs when pop3_uidl_format=%g. + - virtual storage: Fixed saving multiple mails in a transaction + (e.g. copy multiple messages). + - dsync: Saved messages' save-date was set to 1970-01-01. + v2.0.8 2010-12-03 Timo Sirainen * Services' default vsz_limits weren't being enforced correctly in diff --git a/TODO b/TODO index 81cca4deac..350a49c01d 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ + - imap -O -o plugin/foo=bar doesn't add foo because of -O - master passdb preserves userdb_* extra fields. should it preserve non-userdb_* extra fields too? - imap, pop3: if client init fails, wait a second or two before disconnecting diff --git a/configure.in b/configure.in index aa4a773d5e..86f4ae73ec 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.0.8],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.0.9],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])