comparison NEWS @ 9221:557eb84a64ae HEAD 1.2.1

Released v1.2.1.
author Timo Sirainen <tss@iki.fi>
date Thu, 09 Jul 2009 22:56:49 -0400
parents 9ca9361d74ce
children 3f25c2a13a71
comparison
equal deleted inserted replaced
9220:0a999fedb6e0 9221:557eb84a64ae
1 v1.2.1 2009-07-09 Timo Sirainen <tss@iki.fi>
2
3 * GSSAPI: Changed logging levels and improved the messages.
4 Changed the way cross-realm authentication handling is done,
5 hopefully it's working now for everyone.
6 * imap/pop3 logins now fail if home directory path is relative.
7 v1.2.0 deliver was already failing with these and they could have
8 caused problems even with v1.1.
9 * IMAP: Custom authentication failure messages are now prefixed with
10 [ALERT] to get more clients to actually show them.
11
12 + Improved some error messages.
13 - pop3: AUTH PLAIN was broken when SASL initial response wasn't given.
14 - mbox: New mailboxes were created with UIDVALIDITY 1.
15 - quota-fs was defaulting to group quota instead of user quota.
16 - Fixed ACLs to work with mbox.
17 - Fixed fchmod(-1, -1) errors with BSDs
18 - convert plugin / convert-tool: Fixed changing hierarchy separators
19 in mailbox names when alt_hierarchy_char isn't set.
20
1 v1.2.0 2009-07-01 Timo Sirainen <tss@iki.fi> 21 v1.2.0 2009-07-01 Timo Sirainen <tss@iki.fi>
2 22
3 * When creating files or directories to mailboxes, Dovecot now uses 23 * When creating files or directories to mailboxes, Dovecot now uses
4 the mailbox directory's permissions and GID for them. Previous 24 the mailbox directory's permissions and GID for them. Previous
5 versions simply used 0600 mode always. For backwards compatibility 25 versions simply used 0600 mode always. For backwards compatibility