]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.27. release-2.2.27 2.2.27
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 3 Dec 2016 17:13:04 +0000 (19:13 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 3 Dec 2016 17:13:04 +0000 (19:13 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 283b0be1af6187a041cbd07c2151f02834030a1e..c86849080921f87d26f6aabeae284f1d7538682b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ v2.2.27 2016-12-xx  Timo Sirainen <tss@iki.fi>
        + 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 <tss@iki.fi>
        - 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 <tss@iki.fi>
 
index c3dbba66d26aff04c0cc9e817770d966b60eab66..83e7646b325e4bf1773f0c106918029beaf813f6 100644 (file)
@@ -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])