From: Timo Sirainen Date: Wed, 13 May 2015 16:45:07 +0000 (+0300) Subject: Released v2.2.17. X-Git-Tag: 2.2.17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c41e50cdaada6cd642f11b62bf8d8d16d4376c;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.17. --- diff --git a/NEWS b/NEWS index ffb07d8d6b..030dc95e60 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.2.17 2015-05-xx Timo Sirainen +v2.2.17 2015-05-13 Timo Sirainen * Dovecot no longer checks or warns if a mountpoint is removed. This was causing more trouble than it was worth. Make sure that all the @@ -45,8 +45,7 @@ v2.2.17 2015-05-xx Timo Sirainen - imapc: Fixed \Muted label handling in gmail-migration. - imapc: Various bugfixes and improvements. - Trash plugin fixes by Alexei Gradinari - - mbox: Fixed crash/corruption in some situations when the first mail - was expunged. + - mbox: Fixed crash/corruption in some situations v2.2.16 2015-03-12 Timo Sirainen diff --git a/configure.ac b/configure.ac index a632d9a954..afd924a5f8 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.17.rc2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.2.17],[dovecot@dovecot.org]) AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv17($PACKAGE_VERSION)", [Dovecot ABI version]) AC_CONFIG_SRCDIR([src])