From: Timo Sirainen Date: Tue, 30 May 2017 18:12:01 +0000 (+0300) Subject: Released v2.2.30. X-Git-Tag: 2.2.30^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.2.30;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.30. --- diff --git a/NEWS b/NEWS index f90ff14965..38755bd76b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.30 2017-05-xx Timo Sirainen +v2.2.30 2017-05-30 Timo Sirainen * 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 - 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 diff --git a/configure.ac b/configure.ac index 32abaeabbc..67c9d7b47e 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.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])