]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.15. 2.2.15
authorTimo Sirainen <tss@iki.fi>
Sat, 25 Oct 2014 03:57:11 +0000 (06:57 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 25 Oct 2014 03:57:11 +0000 (06:57 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d02b6b7d788b1572745deb4fb66100a12cf0c8df..36657265228ce9b87000d1cf2b4b2cd6bc55c049 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+v2.2.15 2014-10-24  Timo Sirainen <tss@iki.fi>
+
+       * Plugins can now print a banner comment in doveconf output
+         (typically the plugin version)
+       * Replication plugin now triggers low (instead of high) priority for
+         mail copying operations.
+       * IMAP/POP3/ManageSieve proxy: If destination server can't be
+         connected to, retry connecting once per second up to the value of
+         proxy_timeout. This allows quick restarts/upgrades on the backend
+         server without returning login failures.
+       * Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't
+         returning failure in some situations where it should have (e.g.
+         allow_nets mismatch)
+       * LMTP uses mail_log_prefix now for logging mail deliveries instead of
+         a hardcoded prefix. The non-delivery log prefix is still hardcoded
+         though.
+
+       + passdb allow_nets=local matches lookups that don't contain an IP
+         address (internally done by Dovecot services)
+       + Various debug logging and error logging improvements
+       - Various race condition fixes to LAYOUT=index
+       - v2.2.14 virtual plugin crashed in some situations
+
 v2.2.14 2014-10-14  Timo Sirainen <tss@iki.fi>
 
        * lmtp: Delivered-To: header no longer contains <> around the email
index e1cde4df5d4174726ff79124ff6defb9633abe19..eb7631e169f813cf800e1a403e5f1c4ccbdebe90 100644 (file)
@@ -2,8 +2,8 @@ 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.14],[dovecot@dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv14($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.15],[dovecot@dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv15($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])