]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.1.7. 2.1.7
authorTimo Sirainen <tss@iki.fi>
Tue, 29 May 2012 19:22:10 +0000 (22:22 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 29 May 2012 19:22:10 +0000 (22:22 +0300)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b3fa27a42c22cb74a604d1822f2f0189f1e9b3f1..d931da09ca5172206cf9d9c105a554db940b7d24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+v2.1.7 2012-05-29  Timo Sirainen <tss@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@iki.fi>
 
        * Session ID is now included by default in auth and login process
index 87913276fe8768e7b13335eea0f25655585ec11b..35f7e078655e5954d253a94191995b0a4b2f1c51 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.6],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.7],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])