dovecot-2.1: Released v2.1.rc4.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 25 23:46:18 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/a20a99b8815d
changeset: 13989:a20a99b8815d
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 24 17:28:10 2012 +0200
description:
Released v2.1.rc4.

diffstat:

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

diffs (43 lines):

diff -r 077b09204860 -r a20a99b8815d NEWS
--- a/NEWS	Tue Jan 24 16:37:24 2012 +0200
+++ b/NEWS	Tue Jan 24 17:28:10 2012 +0200
@@ -1,3 +1,19 @@
+v2.1.rc4 2012-01-24  Timo Sirainen <tss at iki.fi>
+
+	* Temporary authentication failures sent to IMAP/POP3 clients
+	  now includes the server's hostname and timestamp. This makes it
+	  easier to find the error message from logs.
+
+	+ auth: Implemented support for Postfix's "TCP map" sockets for
+	  user existence lookups.
+	+ auth: Idling auth worker processes are now stopped. This reduces
+	  error messages about MySQL disconnections.
+	- director: With >2 directors ring syncing might have stalled during
+	  director connect/disconnect, causing logins to fail.
+	- LMTP client/proxy: Fixed potential hanging when sending (big) mails
+	- Compressed mails with external attachments (dbox + SIS + zlib) failed
+	  sometimes with bogus "cached message size wrong" errors.
+
 v2.1.rc3 2012-01-06  Timo Sirainen <tss at iki.fi>
 
 	- Added missing file that prevented v2.1.rc2 from compiling..
diff -r 077b09204860 -r a20a99b8815d TODO
--- a/TODO	Tue Jan 24 16:37:24 2012 +0200
+++ b/TODO	Tue Jan 24 17:28:10 2012 +0200
@@ -1,3 +1,6 @@
+ - expire plugin should probably ignore users not in iterate_query
+ - message-id normalization
+ - mdbox index rebuild: don't lose save dates
  - add message/mime limits
  - stephan's message-parser patch
  - imapc:
diff -r 077b09204860 -r a20a99b8815d configure.in
--- a/configure.in	Tue Jan 24 16:37:24 2012 +0200
+++ b/configure.in	Tue Jan 24 17:28:10 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.rc3],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.rc4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list