dovecot-2.2: Released v2.1.6.

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:35 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/7c249e2a82a9
changeset: 14546:7c249e2a82a9
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 07 08:36:43 2012 +0300
description:
Released v2.1.6.

diffstat:

 NEWS         |  18 ++++++++++++++++++
 configure.in |   2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r f7bb8d105710 -r 7c249e2a82a9 NEWS
--- a/NEWS	Mon May 07 04:06:49 2012 +0300
+++ b/NEWS	Mon May 07 08:36:43 2012 +0300
@@ -1,3 +1,21 @@
+v2.1.6 2012-05-07  Timo Sirainen <tss at iki.fi>
+
+	* Session ID is now included by default in auth and login process
+	  log lines. It can be added to mail processes also by adding
+	  %{session} to mail_log_prefix.
+
+	+ Added ssl_require_crl setting, which specifies if CRL check must
+	  be successful when verifying client certificates.
+	+ Added mail_shared_explicit_inbox setting to specify if a shared INBOX
+	  should be accessible as "shared/$user" or "shared/$user/INBOX".
+	- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
+	  expand it to home directory.
+	- dbox: Fixed potential assert-crash when reading dbox files.
+	- trash plugin: Fixed behavior when quota is already over limit.
+	- mail_log plugin: Logging "copy" event didn't work.
+	- Proxying to backend server with SSL: Verifying server certificate
+	  name always failed, because it was compared to an IP address.
+
 v2.1.5 2012-04-23  Timo Sirainen <tss at iki.fi>
 
 	* IMAP: When neither the session nor the mailbox has modseq tracking
diff -r f7bb8d105710 -r 7c249e2a82a9 configure.in
--- a/configure.in	Mon May 07 04:06:49 2012 +0300
+++ b/configure.in	Mon May 07 08:36:43 2012 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.5],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.6],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list