comparison NEWS @ 9618:d0500786b046 HEAD 1.2.15

Released v1.2.15.
author Timo Sirainen <tss@iki.fi>
date Fri, 01 Oct 2010 22:09:58 +0100
parents eb04e2b13e3d
children bc2972a83265
comparison
equal deleted inserted replaced
9617:fd607e10e75d 9618:d0500786b046
1 v1.2.15 2010-10-01 Timo Sirainen <tss@iki.fi>
2
3 * acl: Fixed the logic of merging multiple ACL entries. Now it works as
4 documented, while previously it could have done slightly different
5 things depending on the order of the entries.
6
7 * acl: Don't give admin rights to all owner mailboxes. This was
8 originally done to make sure that mailbox owner couldn't accidentally
9 remove their own admin rights. But this is already prevented by
10 SETACL command, so it's not necessary. Also sysadmin may have
11 intentionally removed some admin rights from some mailboxes
12 (especially when using symlinked shared mailboxes).
13
14 - Maildir: Fixed potential "Duplicate file entry" in dovecot-uidlist
15 file errors.
16 - Maildir: Avoid unnecessary uidlist recreation during mail delivery.
17 - imap: When SELECT fails, it didn't close the previous mailbox.
18 - Dovecot master process could have died if it got SIGCHLD signals
19 very rapidly while it was trying to log. This could have happened
20 for example if a lot of imap/pop3 sessions disconnected at the exact
21 same time.
22
1 v1.2.14 2010-08-24 Timo Sirainen <tss@iki.fi> 23 v1.2.14 2010-08-24 Timo Sirainen <tss@iki.fi>
2 24
3 + virtual mailboxes: Added support for IDLE notifications. 25 + virtual mailboxes: Added support for IDLE notifications.
4 - master: Don't crash on config reload when using dict processes. 26 - master: Don't crash on config reload when using dict processes.
5 - IMAP: QRESYNC parameters for SELECT weren't handled correctly. 27 - IMAP: QRESYNC parameters for SELECT weren't handled correctly.