dovecot-1.2: Released v1.2.15.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 2 00:32:58 EEST 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/d0500786b046
changeset: 9618:d0500786b046
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 01 22:09:58 2010 +0100
description:
Released v1.2.15.

diffstat:

 NEWS         |  22 ++++++++++++++++++++++
 configure.in |   2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r fd607e10e75d -r d0500786b046 NEWS
--- 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 at 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 at iki.fi>
 
 	+ virtual mailboxes: Added support for IDLE notifications.
diff -r fd607e10e75d -r d0500786b046 configure.in
--- a/configure.in	Fri Oct 01 15:37:19 2010 +0100
+++ b/configure.in	Fri Oct 01 22:09:58 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.14],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.15],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list