From 65cde289344a975711f182612edefa7a279c8876 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 26 Jun 2017 14:31:50 +0300 Subject: [PATCH] Released v2.2.31. --- NEWS | 7 +++---- configure.ac | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 7fa740f672..d8e68d6b3e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.31 2017-06-xx Timo Sirainen +v2.2.31 2017-06-26 Timo Sirainen * LMTP: Removed "(Dovecot)" from added Received headers. Some installations want to hide it, and there's not really any good reason @@ -6,9 +6,8 @@ v2.2.31 2017-06-xx Timo Sirainen + Add ssl_alt_cert and ssl_alt_key settings to add support for having both RSA and ECDSA certificates. - + pop3-migration plugin: Strip trailing whitespace from headers - when matching mails between IMAP and POP3. This helps with migrations - from Zimbra. + + dsync/imapc, pop3-migration plugin: Strip trailing whitespace from + headers when matching mails. This helps with migrations from Zimbra. + acl: Add acl_globals_only setting to disable looking up per-mailbox dovecot-acl files. + Parse invalid message addresses better. This mainly affects the diff --git a/configure.ac b/configure.ac index 4a7102420c..0403dfb949 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.31.rc1],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.31],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv31($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])