changeset 8134:788c832005de HEAD 1.1.10

released v1.1.10.
author Timo Sirainen <tss@iki.fi>
date Mon, 26 Jan 2009 19:28:19 -0500
parents 6a69dbe4354b
children feacad68a1a7
files NEWS configure.in
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Jan 26 19:17:33 2009 -0500
+++ b/NEWS	Mon Jan 26 19:28:19 2009 -0500
@@ -1,3 +1,10 @@
+v1.1.10 2009-01-26  Timo Sirainen <tss@iki.fi>
+
+	- Maildir: Keyword handling was somewhat broken in v1.1.9
+	- userdb prefetch was broken with blocking passdbs in v1.1.9
+	- dict process didn't always die with the rest of Dovecot
+	- dict quota was somewhat broken with pgsql
+
 v1.1.9 2009-01-23  Timo Sirainen <tss@iki.fi>
 
 	+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache
--- a/configure.in	Mon Jan 26 19:17:33 2009 -0500
+++ b/configure.in	Mon Jan 26 19:28:19 2009 -0500
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.9],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.10],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE