dovecot-2.2: Released v2.2.14.

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 14 16:54:31 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/6dad1f6e8930
changeset: 17950:6dad1f6e8930
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 14 19:49:55 2014 +0300
description:
Released v2.2.14.

diffstat:

 NEWS         |  7 ++++++-
 configure.ac |  2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 98b5ccc539b5 -r 6dad1f6e8930 NEWS
--- a/NEWS	Tue Oct 14 09:39:50 2014 -0700
+++ b/NEWS	Tue Oct 14 19:49:55 2014 +0300
@@ -1,4 +1,4 @@
-v2.2.14 2014-10-xx  Timo Sirainen <tss at iki.fi>
+v2.2.14 2014-10-14  Timo Sirainen <tss at iki.fi>
 
 	* lmtp: Delivered-To: header no longer contains <> around the email
 	  address. Other MDAs don't have it either.
@@ -38,8 +38,13 @@
 	- Mail headers were sometimes added to dovecot.index.cache in wrong
 	  order. The main problem this caused was with dsync+imapc incremental
 	  syncing when the second sync thought the local mailbox had changed.
+	- Fixed several race conditions with dovecot.index.cache handling that
+	  may have caused unnecessary "cache is corrupted" errors.
 	- doveadm backup didn't notice if emails were missing from the middle
 	  of the destination mailbox. Now it deletes and resyncs the mailbox.
+	- auth: If auth client listed userdb and disconnected before finishing,
+	  the auth worker process got stuck (and eventually all workers could
+	  get used up and requests would start failing).
 
 v2.2.13 2014-05-11  Timo Sirainen <tss at iki.fi>
 
diff -r 98b5ccc539b5 -r 6dad1f6e8930 configure.ac
--- a/configure.ac	Tue Oct 14 09:39:50 2014 -0700
+++ b/configure.ac	Tue Oct 14 19:49:55 2014 +0300
@@ -2,7 +2,7 @@
 
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.2.14.rc1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.2.14],[dovecot at dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv14($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])


More information about the dovecot-cvs mailing list