]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.21. release-2.2.21 2/head 2.2.21
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 11 Dec 2015 16:34:47 +0000 (18:34 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 11 Dec 2015 16:34:47 +0000 (18:34 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 32e1561c771af45063fff14b0fc2216872541427..52315d15681866256ec35da6701f609b90d14c59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+v2.2.21 2015-12-11  Timo Sirainen <tss@iki.fi>
+
+       - doveadm mailbox list (and some others) were broken in v2.2.20
+       - director: Fixed making backend changes when running with only a
+         single director server.
+       - virtual plugin: Fixed crash when trying to open nonexistent
+         autocreated backend mailbox.
+
 v2.2.20 2015-12-07  Timo Sirainen <tss@iki.fi>
 
        + Added mailbox { autoexpunge=<time> } setting. See
index 4b874c00d73c0743de0aa08c793902e3162ab740..2fc6d13eaed756f8c01ce87f9b32b653f8f1732e 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.20],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.21],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])