+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
# 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])