dovecot-1.1: Released v1.1.4.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 5 20:40:43 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/dfcf7e328c87
changeset: 7922:dfcf7e328c87
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 20:05:59 2008 +0300
description:
Released v1.1.4.

diffstat:

2 files changed, 14 insertions(+), 1 deletion(-)
NEWS         |   13 +++++++++++++
configure.in |    2 +-

diffs (30 lines):

diff -r bf14e9e63e00 -r dfcf7e328c87 NEWS
--- 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.3 2008-09-02  Timo Sirainen <tss at ik
+v1.1.4 2008-10-05  Timo Sirainen <tss at 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 at iki.fi>
 
 	* mail_max_userip_connections limit no longer applies to master user
diff -r bf14e9e63e00 -r dfcf7e328c87 configure.in
--- 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_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.3],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list