From bd387922b13eba3a7f534f67d14b12ffe165f1cc Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 12 Feb 2014 00:51:10 +0200 Subject: [PATCH] Released v2.2.11. --- NEWS | 15 +++++++++++++++ configure.ac | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) 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]) -- 2.47.3