From 8acbc67886a99eceba4ab3788b9cc1dc7715f067 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 30 May 2017 21:12:01 +0300 Subject: [PATCH] Released v2.2.30. --- NEWS | 7 ++++++- configure.ac | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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]) -- 2.47.2