dovecot-2.2: Released v2.1.10.

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 26 18:01:29 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/1a6c3b4e92e4
changeset: 15145:1a6c3b4e92e4
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 18 21:42:27 2012 +0300
description:
Released v2.1.10.

diffstat:

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

diffs (43 lines):

diff -r a9a49a30344b -r 1a6c3b4e92e4 NEWS
--- a/NEWS	Tue Sep 18 20:53:50 2012 +0300
+++ b/NEWS	Tue Sep 18 21:42:27 2012 +0300
@@ -1,3 +1,29 @@
+v2.1.10 2012-09-18  Timo Sirainen <tss at 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 at 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 at iki.fi>
 
 	* mail-log plugin: Log mailbox names with UTF-8 everywhere 
diff -r a9a49a30344b -r 1a6c3b4e92e4 configure.in
--- a/configure.in	Tue Sep 18 20:53:50 2012 +0300
+++ b/configure.in	Tue Sep 18 21:42:27 2012 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.9],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.10],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list