changeset 12694:440fcf8cb338 2.0.9

Released v2.0.9.
author Timo Sirainen <tss@iki.fi>
date Thu, 13 Jan 2011 13:18:17 +0200
parents fdb79a873e37
children fc4cbc255691
files NEWS TODO configure.in
diffstat 3 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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
--- 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
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.9],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])