dovecot-2.0: Released v2.0.9.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 13 13:21:32 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/440fcf8cb338
changeset: 12559:440fcf8cb338
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 13 13:18:17 2011 +0200
description:
Released v2.0.9.

diffstat:

 NEWS         |  18 ++++++++++++++++++
 TODO         |   1 +
 configure.in |   2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r fdb79a873e37 -r 440fcf8cb338 NEWS
--- a/NEWS	Sun Jan 09 23:39:00 2011 +0200
+++ b/NEWS	Thu Jan 13 13:18:17 2011 +0200
@@ -1,3 +1,21 @@
+v2.0.9 2011-01-13  Timo Sirainen <tss at 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 at iki.fi>
 
 	* Services' default vsz_limits weren't being enforced correctly in
diff -r fdb79a873e37 -r 440fcf8cb338 TODO
--- a/TODO	Sun Jan 09 23:39:00 2011 +0200
+++ b/TODO	Thu Jan 13 13:18:17 2011 +0200
@@ -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 -r fdb79a873e37 -r 440fcf8cb338 configure.in
--- a/configure.in	Sun Jan 09 23:39:00 2011 +0200
+++ b/configure.in	Thu Jan 13 13:18:17 2011 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.8],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.9],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list