dovecot-2.1: Released v2.1.1.

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 23 10:55:25 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/04b0acc03f1e
changeset: 14185:04b0acc03f1e
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 23 10:35:24 2012 +0200
description:
Released v2.1.1.

diffstat:

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

diffs (29 lines):

diff -r 007ec1d1d995 -r 04b0acc03f1e NEWS
--- a/NEWS	Wed Feb 22 22:34:47 2012 +0000
+++ b/NEWS	Thu Feb 23 10:35:24 2012 +0200
@@ -1,3 +1,15 @@
+v2.1.1 2012-02-23  Timo Sirainen <tss at iki.fi>
+
+	+ dsync: If message with same GUID is saved multiple times in session,
+	  copy it instead of re-saving. 
+	- acl plugin + autocreated mailboxes crashed when listing mailboxes
+	- doveadm force-resync: Don't skip autocreated mailboxes (especially
+	  INBOX). 
+	- If process runs out of fds, stop listening for new connections only
+	  temporarily, not permanently (avoids hangs with process_limit=1
+	  services)
+	- auth: passdb imap crashed for non-login authentication (e.g. smtp).
+
 v2.1.0 2012-02-16  Timo Sirainen <tss at iki.fi>
 
 	* Plugins now use UTF-8 mailbox names rather than mUTF-7:
diff -r 007ec1d1d995 -r 04b0acc03f1e configure.in
--- a/configure.in	Wed Feb 22 22:34:47 2012 +0000
+++ b/configure.in	Thu Feb 23 10:35:24 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.0],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.1],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list