]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.30. release-2.2.30 2.2.30
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 30 May 2017 18:12:01 +0000 (21:12 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 30 May 2017 18:12:01 +0000 (21:12 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f90ff14965699d560ec3667a0c7e5ba0c2f8915a..38755bd76b3f695bd905fc9ff99d117f464a70bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.2.30 2017-05-xx  Timo Sirainen <tss@iki.fi>
+v2.2.30 2017-05-30  Timo Sirainen <tss@iki.fi>
 
        * auth: Use timing safe comparisons for everything related to
          passwords. It's unlikely that these could have been used for
@@ -30,7 +30,12 @@ v2.2.30 2017-05-xx  Timo Sirainen <tss@iki.fi>
        - More fixes to automatically fix corruption in dovecot.list.index
        - dsync-server: Fix support for dsync_features=empty-header-workaround
        - imapc: Various bugfixes, including infinite loops on some errors
+       - IMAP NOTIFY wasn't working for non-INBOX if IMAP client hadn't
+         enabled modseq tracking via CONDSTORE/QRESYNC.
        - fts-lucene: Fix it to work again with mbox format
+       - Some internal error messages may have contained garbage in v2.2.29
+       - mail-crypt: Re-encrypt when copying/moving mails and per-mailbox keys
+         are used. Otherwise the copied mails can't be opened.
        - vpopmail: Fix compiling
 
 v2.2.29.1 2017-04-12  Timo Sirainen <tss@iki.fi>
index 32abaeabbc72eb781b9a30869a15d124325e6662..67c9d7b47e0d8f0e91ef9587ff64d999c38029a9 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.30.rc1],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.30],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv30($PACKAGE_VERSION)", [Dovecot ABI version])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])