dovecot-2.2: Released v2.2.11.

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 11 23:43:51 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/6b96eb75ded2
changeset: 17141:6b96eb75ded2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 12 00:51:10 2014 +0200
description:
Released v2.2.11.

diffstat:

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

diffs (36 lines):

diff -r efba333bf4c0 -r 6b96eb75ded2 NEWS
--- a/NEWS	Wed Feb 12 07:14:58 2014 +0900
+++ b/NEWS	Wed Feb 12 00:51:10 2014 +0200
@@ -1,3 +1,18 @@
+v2.2.11 2014-02-12  Timo Sirainen <tss at iki.fi>
+
+	+ acl plugin: Added an alternative global ACL file that can contain
+	  mailbox patterns. See http://wiki2.dovecot.org/ACL for details.
+	+ imap proxy: Added proxy_nopipelining passdb setting to work around
+	  other IMAP servers' bugs (MS Exchange 2013 especially).
+	+ Added %{auth_user}, %{auth_username} and %{auth_domain} variables.
+	  See http://wiki2.dovecot.org/Variables for details.
+	+ Added support for LZ4 compression.
+	+ stats: Track also wall clock time for commands.
+	+ pop3_migration plugin improvements to try harder to match the UIDLs
+	  correctly.
+	- imap: SEARCH/SORT PARTIAL reponses may have been too large.
+	- doveadm backup: Fixed assert-crash when syncing mailbox deletion.
+
 v2.2.10 2013-11-25  Timo Sirainen <tss at iki.fi>
 
 	+ auth: passdb/userdb dict rewrite to support much more complex
diff -r efba333bf4c0 -r 6b96eb75ded2 configure.ac
--- a/configure.ac	Wed Feb 12 07:14:58 2014 +0900
+++ b/configure.ac	Wed Feb 12 00:51:10 2014 +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.10],[dovecot at dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv10($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.11],[dovecot at dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv11($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 


More information about the dovecot-cvs mailing list