dovecot-2.2: Released v2.1.7.
dovecot at dovecot.org
dovecot at dovecot.org
Sun Jun 24 20:57:39 EEST 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/c92fb8b928f6
changeset: 14641:c92fb8b928f6
user: Timo Sirainen <tss at iki.fi>
date: Tue May 29 22:22:10 2012 +0300
description:
Released v2.1.7.
diffstat:
NEWS | 19 +++++++++++++++++++
configure.in | 2 +-
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 969950d53af1 -r c92fb8b928f6 NEWS
--- a/NEWS Tue May 29 20:51:14 2012 +0300
+++ b/NEWS Tue May 29 22:22:10 2012 +0300
@@ -1,3 +1,22 @@
+v2.1.7 2012-05-29 Timo Sirainen <tss at iki.fi>
+
+ * LDAP: Compatibility fix for v2.0: ldap: If attributes contain
+ ldapAttr=key=template%$ and ldapAttr doesn't exist, skip the key
+ instead of using "template" value with empty %$ part for the key.
+
+ + pop3: Added pop3_uidl_duplicates setting for changing the behavior
+ for duplicate UIDLs.
+ + director: Added "doveadm director ring remove" command.
+ - director: Don't crash with quickly disconnecting incoming director
+ connections.
+ - mdbox: If mail was originally saved to non-INBOX, and namespace
+ prefix is non-empty, don't assert-crash when rebuilding indexes.
+ - sdbox: Don't use more fds than necessary when copying mails.
+ - auth: Fixed crash with DIGEST-MD5 when attempting to do master user
+ login without master passdbs.
+ - Several fixes to mail_shared_explicit_inbox=no
+ - imapc: Use imapc_list_prefix also for listing subscriptions.
+
v2.1.6 2012-05-07 Timo Sirainen <tss at iki.fi>
* Session ID is now included by default in auth and login process
diff -r 969950d53af1 -r c92fb8b928f6 configure.in
--- a/configure.in Tue May 29 20:51:14 2012 +0300
+++ b/configure.in Tue May 29 22:22:10 2012 +0300
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.6],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.7],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
More information about the dovecot-cvs
mailing list