]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.31. release-2.2.31 2.2.31
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 26 Jun 2017 11:31:50 +0000 (14:31 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 26 Jun 2017 11:31:50 +0000 (14:31 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7fa740f672ef9a309489cdbc9c518ff95487250b..d8e68d6b3e81aae72648bc268f2fbebfd4c35fd6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.2.31 2017-06-xx  Timo Sirainen <tss@iki.fi>
+v2.2.31 2017-06-26  Timo Sirainen <tss@iki.fi>
 
        * 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 <tss@iki.fi>
 
        + 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
index 4a7102420c58bdcdd8af86169e8c1409bb977d85..0403dfb94938d2099a866992153d755ab1d1e35b 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.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])