From: Timo Sirainen Date: Fri, 15 May 2015 11:02:58 +0000 (+0300) Subject: Released v2.2.18. X-Git-Tag: 2.2.18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a1dbe029b706ecfc1985ca0d6ac95f299dcb35;p=thirdparty%2Fdovecot%2Fcore.git Released v2.2.18. --- diff --git a/NEWS b/NEWS index 030dc95e60..10832b4de8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +v2.2.18 2015-05-15 Timo Sirainen + + - 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 * Dovecot no longer checks or warns if a mountpoint is removed. This diff --git a/configure.ac b/configure.ac index 8496b87515..3b32614781 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],[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])