changeset 15541:741d800a192f

Released v2.1.11.
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Nov 2012 08:41:21 +0200
parents 6fde42ec5c81
children 15ec2d078a17
files NEWS configure.in
diffstat 2 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	+ imap: Implemented THREAD=ORDEREDSUBJECT extension.
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.1.11],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])