]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.9. 2.0.9
authorTimo Sirainen <tss@iki.fi>
Thu, 13 Jan 2011 11:18:17 +0000 (13:18 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 13 Jan 2011 11:18:17 +0000 (13:18 +0200)
NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index df596f8fb7f83f2d7bc7f45098ba72b12eccb99c..82cd8a656bc9bd8435153e92d2d4be59782a81de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+v2.0.9 2011-01-13  Timo Sirainen <tss@iki.fi>
+
+       - 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 <tss@iki.fi>
 
        * Services' default vsz_limits weren't being enforced correctly in
diff --git a/TODO b/TODO
index 81cca4deac7674edc7d4c90b98ae717dca9ce3fd..350a49c01d0d65feaf03d2ef821936ac66e457ad 100644 (file)
--- 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
index aa4a773d5ee76c297358e75d8159c3727e6d8062..86f4ae73ec3e08ee166e2966459763d7389b3ef8 100644 (file)
@@ -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])