comparison 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
comparison
equal deleted inserted replaced
4162:baa2f72e4010 4163:be4b893275a8
1 v1.0.beta6 2006-04-12 Timo Sirainen <tss@iki.fi>
2
3 * The login and master usernames were reversed when using
4 master_user_separator (now the order is UW-IMAP compatible).
5 * Killing dovecot master process now kills all IMAP and POP3
6 processes also.
7
8 + -a parameter to dovecot prints now all settings that Dovecot uses.
9 -n prints all settings that are different from defaults.
10 + Added pop3_lock_session setting
11 + %M modifier returns string's MD5 sum. Patch by Ben Winslow
12 - PLAIN SASL authentication wasn't working properly, causing failed
13 logins with some clients (broken in beta4)
14 - Fixes to Maildir++ quota, should actually work now
15 - Don't crash if passwd-file has entries without passwords
16 (eg. deny=yes databases)
17 - Fixed prefetch userdb to work nicely with other userdbs
18 - If master process runs out of file descriptors, don't go to
19 infinite loop (unlikely to have happened unless the OS's default
20 fd limit was too low)
21 - Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman
22 - %U modifier was actually lowercasing the string. Patch by Ben Winslow
23
1 v1.0.beta5 2006-04-04 Timo Sirainen <tss@iki.fi> 24 v1.0.beta5 2006-04-04 Timo Sirainen <tss@iki.fi>
2 25
3 - Beta4's SSL proxying rewrite worked worse than I thought. 26 - Beta4's SSL proxying rewrite worked worse than I thought.
4 Reverted it back to original code. 27 Reverted it back to original code.
5 28