From: Timo Sirainen Date: Tue, 11 Feb 2014 22:51:10 +0000 (+0200) Subject: Released v2.2.11. X-Git-Tag: 2.2.11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd387922b13eba3a7f534f67d14b12ffe165f1cc;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.11. --- diff --git a/NEWS b/NEWS index 1088654be1..3784965bda 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +v2.2.11 2014-02-12 Timo Sirainen + + + 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 + auth: passdb/userdb dict rewrite to support much more complex diff --git a/configure.ac b/configure.ac index c5623b9aea..251e259768 100644 --- a/configure.ac +++ b/configure.ac @@ -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])