dovecot-2.2: Released v2.2.15.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 25 04:13:17 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/e8b793f2c409
changeset: 18015:e8b793f2c409
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 25 06:57:11 2014 +0300
description:
Released v2.2.15.

diffstat:

 NEWS         |  23 +++++++++++++++++++++++
 configure.ac |   4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r e861c21875cc -r e8b793f2c409 NEWS
--- a/NEWS	Sat Oct 25 06:40:03 2014 +0300
+++ b/NEWS	Sat Oct 25 06:57:11 2014 +0300
@@ -1,3 +1,26 @@
+v2.2.15 2014-10-24  Timo Sirainen <tss at 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 at iki.fi>
 
 	* lmtp: Delivered-To: header no longer contains <> around the email
diff -r e861c21875cc -r e8b793f2c409 configure.ac
--- a/configure.ac	Sat Oct 25 06:40:03 2014 +0300
+++ b/configure.ac	Sat Oct 25 06:57:11 2014 +0300
@@ -2,8 +2,8 @@
 
 # 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 at dovecot.org])
-AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv14($PACKAGE_VERSION)", [Dovecot ABI version])
+AC_INIT([Dovecot],[2.2.15],[dovecot at dovecot.org])
+AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv15($PACKAGE_VERSION)", [Dovecot ABI version])
 
 AC_CONFIG_SRCDIR([src])
 


More information about the dovecot-cvs mailing list