changeset 7922:dfcf7e328c87 HEAD 1.1.4

Released v1.1.4.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Oct 2008 20:05:59 +0300
parents bf14e9e63e00
children 1cda22cfd8f0
files NEWS configure.in
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Oct 05 19:39:41 2008 +0300
+++ b/NEWS	Sun Oct 05 20:05:59 2008 +0300
@@ -1,3 +1,16 @@
+v1.1.4 2008-10-05  Timo Sirainen <tss@iki.fi>
+
+	- SORT: Yet another assert-crashfix when renumbering index sort IDs.
+	- ACL plugin fixes: Negative rights were actually treated as positive
+	  rights. 'k' right didn't prevent creating parent/child/child mailbox.
+	  ACL groups weren't working.
+	- Maildir++ quota: Fixes to rebuilding when quota limit wasn't
+	  specified in Dovecot (0 limit or limit read from maildirsize).
+	- mbox: Several bugfixes causing errors and crashes.
+	- Several fixes to expire plugin / expire-tool.
+	- lock_method=dotlock could have deadlocked with itself.
+	- Many error handling fixes and log message improvements.
+
 v1.1.3 2008-09-02  Timo Sirainen <tss@iki.fi>
 
 	* mail_max_userip_connections limit no longer applies to master user
--- a/configure.in	Sun Oct 05 19:39:41 2008 +0300
+++ b/configure.in	Sun Oct 05 20:05:59 2008 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.3],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.4],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE