From: Timo Sirainen Date: Tue, 22 Aug 2017 11:18:10 +0000 (+0300) Subject: Released v2.2.32.rc2. X-Git-Tag: 2.2.32.rc2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a350120caedc5de4ae3dec2b67cd44b39524b227;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.32.rc2. --- diff --git a/NEWS b/NEWS index 189201a425..1c92cdcd1b 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,7 @@ v2.2.32 2017-08-xx Timo Sirainen + imap_logout_format supports now %{appended} and %{autoexpunged} + virtual plugin: Optimize IDLE to use mailbox list index for finding out when something has changed. + + Added apparmor plugin. See https://wiki2.dovecot.org/Plugins/Apparmor - virtual plugin: A lot of fixes. In many cases it was also working very inefficiently or even incorrectly. - imap: NOTIFY parameter parsing was incorrectly "fixed" in v2.2.31. @@ -70,6 +71,8 @@ v2.2.32 2017-08-xx Timo Sirainen - mail_location: If INDEX dir is set, mailbox deletion deletes its childrens' indexes. For example if "box" is deleted, "box/child" index directory was deleted as well (but mails were preserved). + - director: v2.2.31 caused rapid reconnection loops to directors + that were down. v2.2.31 2017-06-26 Timo Sirainen diff --git a/configure.ac b/configure.ac index 9ca67d35a0..5d69f3730a 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.32.rc1],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.32.rc2],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv32($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])