]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.32.rc2. 2.2.32.rc2
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 22 Aug 2017 11:18:10 +0000 (14:18 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 22 Aug 2017 11:18:10 +0000 (14:18 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 189201a425a3c3680fcd7df2c670a57ac0313ceb..1c92cdcd1b68cfc114a55698f73b2cbc18adfab2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,7 @@ v2.2.32 2017-08-xx  Timo Sirainen <tss@iki.fi>
        + 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 <tss@iki.fi>
        - 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 <tss@iki.fi>
 
index 9ca67d35a013a9cd59f0e1e080aa4f7589fcb182..5d69f3730ace976d1a54bbe83709f569d31d6687 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.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])