changeset 14546:7c249e2a82a9 2.1.6

Released v2.1.6.
author Timo Sirainen <tss@iki.fi>
date Mon, 07 May 2012 08:36:43 +0300
parents f7bb8d105710
children 4fc570461e88
files NEWS configure.in
diffstat 2 files changed, 19 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	* IMAP: When neither the session nor the mailbox has modseq tracking
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.1.6],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])