]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.1.10. 2.1.10
authorTimo Sirainen <tss@iki.fi>
Tue, 18 Sep 2012 18:42:27 +0000 (21:42 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 18 Sep 2012 18:42:27 +0000 (21:42 +0300)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index a5b21e884869e796ba3093ecbe899021d7c1ca9f..e4f06b1abea7595dca3496e2fcf78b6875332e70 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+v2.1.10 2012-09-18  Timo Sirainen <tss@iki.fi>
+
+       + imap: Implemented THREAD=ORDEREDSUBJECT extension.
+       + Added "doveadm exec" command to easily execute commands from
+         libexec_dir, e.g. "doveadm exec imap -u user@domain"
+       + Added "doveadm copy" command.
+       + doveadm copy/move: Added optional user parameter to specify the
+         source username. This allows easily copying mails between different
+         users.
+       + Added namespace { disabled } setting to quickly enable/disable
+         namespaces. This is especially useful when its value is returned by
+         userdb.
+       + Added mailbox_alias plugin. It allows creating mailbox aliases using
+         symlinks.
+       + imapc storage: Added imapc_max_idle_time setting to force activity
+         on connection.
+       + fts-solr: Expunging multiple messages is now faster.
+       - director: In some conditions director may have disconnected from
+         another director (without logging about it), thinking it was sending
+         invalid data.
+       - imap: Various fixes to listing mailboxes.
+       - pop3-migration plugin: Avoid disconnection from POP3 server due
+         to idling.
+       - login processes crashed if there were a lot of local {} or remote {}
+         settings blocks.
+
 v2.1.9 2012-08-01  Timo Sirainen <tss@iki.fi>
 
        * mail-log plugin: Log mailbox names with UTF-8 everywhere 
index c28f829adac60f7278eb4961eba3a99b1d84bdd7..54e0e4ff298360bed95d427f86b329fb417a304b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.9],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.10],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])