changeset 9629:bc2972a83265 HEAD 1.2.16

Released v1.2.16.
author Timo Sirainen <tss@iki.fi>
date Mon, 08 Nov 2010 19:43:36 +0000
parents e388554e373f
children cc1f2e0f12f2
files NEWS configure.in
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	* acl: Fixed the logic of merging multiple ACL entries. Now it works as
--- 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@dovecot.org])
+AC_INIT([Dovecot],[1.2.16],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])