]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.17. 2.2.17
authorTimo Sirainen <tss@iki.fi>
Wed, 13 May 2015 16:45:07 +0000 (19:45 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 13 May 2015 16:45:07 +0000 (19:45 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ffb07d8d6be75236e3993ab186ec4c8bbe3169b7..030dc95e60bc24a49d07f82ae2f7e9fbde1a1cda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v2.2.17 2015-05-xx  Timo Sirainen <tss@iki.fi>
+v2.2.17 2015-05-13  Timo Sirainen <tss@iki.fi>
 
        * 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 <tss@iki.fi>
        - 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 <tss@iki.fi>
 
index a632d9a954f69c8ec45bc1b44255a25282c3ffd2..afd924a5f84c5a7a40a0e0d091ac322fac594686 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.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])