]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.11. 2.2.11
authorTimo Sirainen <tss@iki.fi>
Tue, 11 Feb 2014 22:51:10 +0000 (00:51 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 11 Feb 2014 22:51:10 +0000 (00:51 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1088654be17630ca2d986784e812c09b508b4d89..3784965bda0428b7bbeb29b0585b97265dacedef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+v2.2.11 2014-02-12  Timo Sirainen <tss@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@iki.fi>
 
        + auth: passdb/userdb dict rewrite to support much more complex
index c5623b9aea453a1e2bdc59ae32597f92decd93cc..251e259768be5f40cc7a3260a197ef39da4e8d0e 100644 (file)
@@ -2,8 +2,8 @@ AC_PREREQ([2.59])
 
 # 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@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv10($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.11],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv11($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])