changeset 18702:917d027836d0

Released v2.2.18.
author Timo Sirainen <tss@iki.fi>
date Fri, 15 May 2015 14:02:58 +0300
parents d46270397a2f
children 9e2df74a37c7
files NEWS configure.ac
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri May 15 13:55:46 2015 +0300
+++ b/NEWS	Fri May 15 14:02:58 2015 +0300
@@ -1,3 +1,10 @@
+v2.2.18 2015-05-15  Timo Sirainen <tss@iki.fi>
+
+	- director: Login UNIX sockets were normally detected as doveadm or
+	  director ring sockets, causing it to break in existing installations.
+	- sdbox: When copying a mail in alt storage, place the destination to
+	  alt storage as well.
+
 v2.2.17 2015-05-13  Timo Sirainen <tss@iki.fi>
 
 	* Dovecot no longer checks or warns if a mountpoint is removed. This
--- a/configure.ac	Fri May 15 13:55:46 2015 +0300
+++ b/configure.ac	Fri May 15 14:02:58 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],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.18],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv17($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])