Skip to content

Commit

Permalink
Released v2.2.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed May 30, 2017
1 parent 364b29e commit 8acbc67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit 8acbc67

Please sign in to comment.