diff NEWS @ 4163:be4b893275a8 HEAD

Released 1.0.beta6.
author Timo Sirainen <tss@iki.fi>
date Wed, 12 Apr 2006 11:03:54 +0300
parents 66d6fd7c368e
children cda5c90cae57
line wrap: on
line diff
--- a/NEWS	Wed Apr 12 10:39:31 2006 +0300
+++ b/NEWS	Wed Apr 12 11:03:54 2006 +0300
@@ -1,3 +1,26 @@
+v1.0.beta6 2006-04-12  Timo Sirainen <tss@iki.fi>
+
+	* The login and master usernames were reversed when using
+	  master_user_separator (now the order is UW-IMAP compatible).
+	* Killing dovecot master process now kills all IMAP and POP3
+	  processes also.
+
+	+ -a parameter to dovecot prints now all settings that Dovecot uses.
+	  -n prints all settings that are different from defaults.
+	+ Added pop3_lock_session setting
+	+ %M modifier returns string's MD5 sum. Patch by Ben Winslow
+	- PLAIN SASL authentication wasn't working properly, causing failed
+	  logins with some clients (broken in beta4)
+	- Fixes to Maildir++ quota, should actually work now
+	- Don't crash if passwd-file has entries without passwords
+	  (eg. deny=yes databases)
+	- Fixed prefetch userdb to work nicely with other userdbs
+	- If master process runs out of file descriptors, don't go to
+	  infinite loop (unlikely to have happened unless the OS's default
+	  fd limit was too low)
+	- Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman
+	- %U modifier was actually lowercasing the string. Patch by Ben Winslow
+
 v1.0.beta5 2006-04-04  Timo Sirainen <tss@iki.fi>
 
 	- Beta4's SSL proxying rewrite worked worse than I thought.