changeset 18682:166106aaefc5

Released v2.2.17.
author Timo Sirainen <tss@iki.fi>
date Wed, 13 May 2015 19:45:07 +0300
parents 25dc311a5faa
children 7e437ea0cc0f
files NEWS configure.ac
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed May 13 19:36:29 2015 +0300
+++ b/NEWS	Wed May 13 19:45:07 2015 +0300
@@ -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 @@
 	- 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>
 
--- a/configure.ac	Wed May 13 19:36:29 2015 +0300
+++ b/configure.ac	Wed May 13 19:45:07 2015 +0300
@@ -2,7 +2,7 @@
 
 # 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])