dovecot-2.1: Released v2.1.11.

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 29 08:45:39 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/741d800a192f
changeset: 14831:741d800a192f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 29 08:41:21 2012 +0200
description:
Released v2.1.11.

diffstat:

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

diffs (36 lines):

diff -r 6fde42ec5c81 -r 741d800a192f NEWS
--- a/NEWS	Thu Nov 29 08:35:51 2012 +0200
+++ b/NEWS	Thu Nov 29 08:41:21 2012 +0200
@@ -1,3 +1,22 @@
+v2.1.11 2012-11-29  Timo Sirainen <tss at iki.fi>
+
+	* lmtp/lda: dovecot.index.cache file is no longer fully mapped to
+	  memory, allowing mail deliveries to work even if the file is huge.
+	* auth: userdb passwd lookups are now done by auth worker processes
+	  instead of auth master process (as it was documented, but
+	  accidentally didn't work that way).
+
+	+ lmtp: lmtp_rcpt_check_quota=yes setting checks quota on RCPT TO.
+	- lmtp: After successful proxying RCPT TO, the next one to a
+	  nonexistent user gave tempfail error instead of "user not found".
+	- lmtp proxy: Fixed hanging if remote server was down.
+	- imap: Fixed crash when SEARCH contained multiple KEYWORD parameters.
+	- doveadm: Various fixes to handling doveadm-server connections.
+	- -i <instance name> parameter for Dovecot tools didn't work correctly.
+	- director was somewhat broken in v2.1.10. This version also includes
+	  various reliability enhancements.
+	- auth: passdb imap was broken in v2.1.10.
+
 v2.1.10 2012-09-18  Timo Sirainen <tss at iki.fi>
 
 	+ imap: Implemented THREAD=ORDEREDSUBJECT extension.
diff -r 6fde42ec5c81 -r 741d800a192f configure.in
--- a/configure.in	Thu Nov 29 08:35:51 2012 +0200
+++ b/configure.in	Thu Nov 29 08:41:21 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.10],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.11],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list