changeset 8149:8cacf7ad431d HEAD 1.1.11

Released v1.1.11.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Feb 2009 18:44:27 -0500
parents 5127806a3b3e
children eb9c1c78e919
files NEWS configure.in
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Feb 03 12:07:21 2009 -0500
+++ b/NEWS	Tue Feb 03 18:44:27 2009 -0500
@@ -1,3 +1,15 @@
+v1.1.11 2009-02-03  Timo Sirainen <tss@iki.fi>
+
+	- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
+	  not to save keywords.
+	- dbox: INTERNALDATE and save date was returned wrong for converted
+	  maildir files.
+	- auth: Using "username" or "domain" passdb fields caused problems
+	  with cache and blocking passdbs in v1.1.8 .. v1.1.10.	  
+	- userdb prefetch + blocking passdbs was broken with non-plaintext
+	  auth in v1.1.8 .. v1.1.10.
+	- If mail_chroot is set, don't fail at startup in dump-capability.
+
 v1.1.10 2009-01-26  Timo Sirainen <tss@iki.fi>
 
 	- Maildir: Keyword handling was somewhat broken in v1.1.9
--- a/configure.in	Tue Feb 03 12:07:21 2009 -0500
+++ b/configure.in	Tue Feb 03 18:44:27 2009 -0500
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.10],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.11],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE