dovecot-2.1: Released v2.1.17.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 26 22:09:37 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.1/rev/300a3a81c2cb
changeset: 14979:300a3a81c2cb
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 26 22:04:44 2013 +0300
description:
Released v2.1.17.

diffstat:

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

diffs (30 lines):

diff -r 98f8fd0b8d1c -r 300a3a81c2cb NEWS
--- a/NEWS	Fri Jun 07 22:06:24 2013 +0300
+++ b/NEWS	Wed Jun 26 22:04:44 2013 +0300
@@ -1,3 +1,16 @@
+v2.1.17 2013-06-25  Timo Sirainen <tss at iki.fi>
+
+	+ zlib: Keep the last read mail uncompressed in a temporary file.
+	  This significantly improves performance when IMAP client does
+	  small partial fetches for a large mail.
+	+ acl: Optionally get default ACL's for private/shared namespaces
+	  from user's INBOX (plugin { acl_defaults_from_inbox = yes } 
+	- Case-insensitive unicode character comparisons weren't all working
+	  as they should.
+	- maildir: Fixed handling over 26 keywords in a mailbox.
+	- auth: Don't crash in non-PLAIN/LOGIN auth mechanism if master user
+	  login is attempted without any master passdbs configured.
+
 v2.1.16 2013-04-04  Timo Sirainen <tss at iki.fi>
 
 	+ Added quota-status policy service for Postfix
diff -r 98f8fd0b8d1c -r 300a3a81c2cb configure.in
--- a/configure.in	Fri Jun 07 22:06:24 2013 +0300
+++ b/configure.in	Wed Jun 26 22:04:44 2013 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.16],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.17],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list