dovecot-2.2: Released v2.2.10.

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 20 05:07:56 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/614bd6600011
changeset: 17084:614bd6600011
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 20 04:57:19 2013 +0200
description:
Released v2.2.10.

diffstat:

 NEWS         |  31 +++++++++++++++++++++++++++++++
 configure.ac |   4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)

diffs (52 lines):

diff -r f8ffa5e47e6f -r 614bd6600011 NEWS
--- a/NEWS	Fri Dec 20 04:25:17 2013 +0200
+++ b/NEWS	Fri Dec 20 04:57:19 2013 +0200
@@ -1,3 +1,34 @@
+v2.2.10 2013-11-25  Timo Sirainen <tss at iki.fi>
+
+	+ auth: passdb/userdb dict rewrite to support much more complex
+	  setups. See doc/example-config/dovecot-dict-auth.conf.ext.
+	  The old settings will continue to work.
+	+ auth: Added userdb result_success/failure/tempfail and skip
+	  settings, similar to passdb's. See
+	  http://wiki2.dovecot.org/UserDatabase
+	+ imap: Implemented SETQUOTA command for admin user when quota_set is
+	  configured. See http://master.wiki2.dovecot.org/Quota/Configuration
+	+ quota: Support "*" and "?" wildcards in mailbox names in quota_rules
+	+ mysql: Added ssl_verify_server_cert=no|yes parameter. This currently
+	  defaults to "no" to make sure nothing breaks, but likely will become
+	  "yes" in Dovecot v2.3.
+	+ ldap: Added blocking=yes setting to use auth worker processes for
+	  ldap lookups. This is a workaround for now to be able to use multiple
+	  simultaneous LDAP connections.
+	+ pop3c+dsync performance improvements
+	- quota-status: quota_grace was ignored
+	- ldap: Fixed memory leak with auth_bind=yes and without
+	  auth_bind_userdn.
+	- imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when
+	  CONDSTORE/QRESYNC has never before been enabled for the mailbox.
+	- imap: Fixes to handling mailboxes without permanent modseqs.
+	  (When [NOMODSEQ] is returned by SELECT, mainly with in-memory
+	  indexes.)
+	- imap: Various fixes to METADATA support.
+	- stats plugin: Processes that only temporarily dropped privileges
+	  (e.g. indexer-worker) may have been logging errors about not being
+	  able to open /proc/self/io.
+
 v2.2.9 2013-11-25  Timo Sirainen <tss at iki.fi>
 
 	+ Full text search indexing can now be done automatically after
diff -r f8ffa5e47e6f -r 614bd6600011 configure.ac
--- a/configure.ac	Fri Dec 20 04:25:17 2013 +0200
+++ b/configure.ac	Fri Dec 20 04:57:19 2013 +0200
@@ -2,8 +2,8 @@
 
 # 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.9],[dovecot at dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv7($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.10],[dovecot at dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv10($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 


More information about the dovecot-cvs mailing list