changeset 13989:a20a99b8815d 2.1.rc4

Released v2.1.rc4.
author Timo Sirainen <tss@iki.fi>
date Tue, 24 Jan 2012 17:28:10 +0200
parents 077b09204860
children 844294bc4b32
files NEWS TODO configure.in
diffstat 3 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	- Added missing file that prevented v2.1.rc2 from compiling..
--- 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:
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.1.rc4],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])