From: Timo Sirainen Date: Sat, 3 Dec 2016 17:13:04 +0000 (+0200) Subject: Released v2.2.27. X-Git-Tag: 2.2.27^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.2.27;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.27. --- diff --git a/NEWS b/NEWS index 283b0be1af..c868490809 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ v2.2.27 2016-12-xx Timo Sirainen + config: Support DNS wildcards in local_name, e.g. local_name *.example.com { .. } matches anything.example.com, but not multiple.anything.example.com. + + config: Support multiple names in local_name, e.g. + local_name "1.example.com 2.example.com" { .. } - Fixed crash in auth process when auth-policy was configured and authentication was aborted/failed without a username set. - director: If two users had different tags but the same hash, @@ -36,6 +38,10 @@ v2.2.27 2016-12-xx Timo Sirainen - doveadm sync -1: Fixed handling mailbox GUID conflicts. - sdbox, mdbox: Perform full index rebuild if corruption is detected inside lib-index, which runs index fsck. + - quota: Don't skip quota checks when moving mails between different + quota roots. + - search: Multiple sequence sets or UID sets in search parameters + weren't handled correctly. They were incorrectly merged together. v2.2.26.0 2016-10-28 Timo Sirainen diff --git a/configure.ac b/configure.ac index c3dbba66d2..83e7646b32 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ 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.27.rc1],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.27],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv27($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])