]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.18. 2.2.18
authorTimo Sirainen <tss@iki.fi>
Fri, 15 May 2015 11:02:58 +0000 (14:02 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 15 May 2015 11:02:58 +0000 (14:02 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 030dc95e60bc24a49d07f82ae2f7e9fbde1a1cda..10832b4de8d3e9e77e7653f32104e7c892134d96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 8496b875152deb116069966b978f8cee8cf5caca..3b3261478184d4d67823c8ac5ad5140235847113 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],[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])