Skip to content

Commit

Permalink
Released v2.2.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jun 26, 2017
1 parent d133e94 commit 65cde28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions NEWS
@@ -1,14 +1,13 @@
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
for anyone to have it.

+ 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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit 65cde28

Please sign in to comment.