]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.36. 2.2.36
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 23 May 2018 12:35:50 +0000 (15:35 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 23 May 2018 12:35:50 +0000 (15:35 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9364fb5aa024e929bddd4db798b921818dd9a80f..b57d9d24f0659b5be1b6a6ac8137c6b9d259985a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.2.36 2018-05-xx  Timo Sirainen <tss@iki.fi>
+v2.2.36 2018-05-23  Timo Sirainen <tss@iki.fi>
 
        * 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 <tss@iki.fi>
        + 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 <aki.tuomi@dovecot.fi>
 
index 69ef8964885dff0f05bca7cda72028412f1ed76a..f2a7748c36c5f2d8919a9e011b730bcfc6d21253 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.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])