From: Timo Sirainen Date: Wed, 23 May 2018 12:35:50 +0000 (+0300) Subject: Released v2.2.36. X-Git-Tag: 2.2.36^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f10bfa6335f42a254d3a5652b053ad652f6cc14;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.36. --- diff --git a/NEWS b/NEWS index 9364fb5aa0..b57d9d24f0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.36 2018-05-xx Timo Sirainen +v2.2.36 2018-05-23 Timo Sirainen * login-proxy: If ssl_require_crl=no, allow revoked certificates. Also don't do CRL checks for incoming client certificates. @@ -12,17 +12,23 @@ v2.2.36 2018-05-xx Timo Sirainen + doveadm: Added rebuild attachments command for rebuilding $HasAttachment or $HasNoAttachment flags for matching mails. See doveadm-rebuild(1) man page for details. + + cassandra: Use fallback_consistency on more types of errors + - cassandra: Fix consistency=quorum to work - dsync: Lock file generation failed if home directory didn't exist + - In some configs if namespace root directory didn't yet exist, Dovecot + failed to create mailboxes.lock when trying to create mailboxes - Snippet generation for HTML mails didn't ignore &entities inside blockquotes, producing strange looking snippets. - imapc: Fix assert-crash if getting disconnected and after reconnection all mails in the selected mailbox are gone. - pop3c: Handle unexpected server disconnections without assert-crash + - fts: Fixes to indexing mails via virtual mailboxes. - fts: If mails contained NUL characters, the text around it wasn't indexed. - Obsolete dovecot.index.cache offsets were sometimes used. Trying to fetch a field that was just added to cache file may not have always found it. + - dict-sql: Fix crash when reading NULL value from database v2.2.35 2018-03-19 Aki Tuomi diff --git a/configure.ac b/configure.ac index 69ef896488..f2a7748c36 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.36.rc1],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.36],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv36($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src])