dovecot-1.2: Released v1.2.16.

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 8 21:48:55 EET 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/bc2972a83265
changeset: 9629:bc2972a83265
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 08 19:43:36 2010 +0000
description:
Released v1.2.16.

diffstat:

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

diffs (26 lines):

diff -r e388554e373f -r bc2972a83265 NEWS
--- a/NEWS	Thu Nov 04 16:37:49 2010 +0000
+++ b/NEWS	Mon Nov 08 19:43:36 2010 +0000
@@ -1,3 +1,12 @@
+v1.2.16 2010-11-08  Timo Sirainen <tss at iki.fi>
+
+	- imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot
+	  of changes were being sent.
+	- pop3: Fixed a potential hang
+	- mbox: Creating new mailboxes should base permissions on mail root
+	  dir, not always use 0600.
+	- auth: Disable auth caching entirely for master users.
+
 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
diff -r e388554e373f -r bc2972a83265 configure.in
--- a/configure.in	Thu Nov 04 16:37:49 2010 +0000
+++ b/configure.in	Mon Nov 08 19:43:36 2010 +0000
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.15],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.16],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list