diff 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
line wrap: on
line diff
--- a/NEWS	Fri Oct 01 15:37:19 2010 +0100
+++ b/NEWS	Fri Oct 01 22:09:58 2010 +0100
@@ -1,3 +1,25 @@
+v1.2.15 2010-10-01  Timo Sirainen <tss@iki.fi>
+
+	* acl: Fixed the logic of merging multiple ACL entries. Now it works as
+	  documented, while previously it could have done slightly different
+	  things depending on the order of the entries.
+
+	* acl: Don't give admin rights to all owner mailboxes. This was
+	  originally done to make sure that mailbox owner couldn't accidentally
+	  remove their own admin rights. But this is already prevented by
+	  SETACL command, so it's not necessary. Also sysadmin may have
+	  intentionally removed some admin rights from some mailboxes
+	  (especially when using symlinked shared mailboxes).
+
+	- Maildir: Fixed potential "Duplicate file entry" in dovecot-uidlist
+	  file errors.
+	- Maildir: Avoid unnecessary uidlist recreation during mail delivery.
+	- imap: When SELECT fails, it didn't close the previous mailbox.
+	- Dovecot master process could have died if it got SIGCHLD signals
+	  very rapidly while it was trying to log. This could have happened
+	  for example if a lot of imap/pop3 sessions disconnected at the exact
+	  same time.
+
 v1.2.14 2010-08-24  Timo Sirainen <tss@iki.fi>
 
 	+ virtual mailboxes: Added support for IDLE notifications.