comparison NEWS @ 9263:3f25c2a13a71 HEAD 1.2.2

Released v1.2.2.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Jul 2009 02:09:00 -0400
parents 557eb84a64ae
children 24952a7b371b
comparison
equal deleted inserted replaced
9262:5a4875e92829 9263:3f25c2a13a71
1 v1.2.2 2009-07-27 Timo Sirainen <tss@iki.fi>
2
3 * GSSAPI: More changes to authentication. Hopefully good now.
4 * lazy_expunge plugin: Drop \Deleted flag when moving message.
5
6 + dovecot -n/-a now outputs also lda settings.
7 + dovecot.conf !include now supports globs (e.g.
8 !include /etc/dovecot/*.conf). Based on patch by Thomas Guthmann.
9 + acl: Support spaces in user/group identifiers.
10 + shared mailboxes: If only %%n is specified in prefix, default to
11 current user's domain.
12 - Dovecot master process could hang if it received signals too rapidly.
13 - Fixed "corrupted index cache file" errors (and perhaps others) caused
14 by e.g. IMAP's FETCH BODY[] command.
15 - IMAP: When QRESYNC is enabled, don't crash when a new mail is
16 received while IDLEing.
17 - IMAP: FETCH X-* parameters weren't working.
18 - Maildir++ quota: Quota was sometimes updated wrong when it was
19 being recalculated.
20 - Searching quoted-printable message body internally converted "_"
21 characters to spaces and didn't match search keys with "_".
22 - Messages in year's first/last day may have had broken timezones
23 with OSes not having struct tm->tm_gmtoff (e.g. Solaris).
24 - virtual plugin: If another session adds a new mailbox to index,
25 don't crash.
26
1 v1.2.1 2009-07-09 Timo Sirainen <tss@iki.fi> 27 v1.2.1 2009-07-09 Timo Sirainen <tss@iki.fi>
2 28
3 * GSSAPI: Changed logging levels and improved the messages. 29 * GSSAPI: Changed logging levels and improved the messages.
4 Changed the way cross-realm authentication handling is done, 30 Changed the way cross-realm authentication handling is done,
5 hopefully it's working now for everyone. 31 hopefully it's working now for everyone.