changeset 7685:5f4eec3ea821 HEAD 1.1.rc11

Released v1.1.rc11.
author Timo Sirainen <tss@iki.fi>
date Thu, 19 Jun 2008 01:43:58 +0300
parents 45a47cb0bde4
children a533e2cf29d1
files NEWS configure.in
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jun 19 01:41:42 2008 +0300
+++ b/NEWS	Thu Jun 19 01:43:58 2008 +0300
@@ -1,3 +1,9 @@
+v1.1.rc11 2008-06-19  Timo Sirainen <tss@iki.fi>
+
+	- dovecot-uidlist is now recreated if it results in file shrinking
+	  over 25%.
+	- Some other minor fixes
+
 v1.1.rc10 2008-06-13  Timo Sirainen <tss@iki.fi>
 
 	* LIST X-STATUS renamed to LIST STATUS and fixed its behavior with
--- a/configure.in	Thu Jun 19 01:41:42 2008 +0300
+++ b/configure.in	Thu Jun 19 01:43:58 2008 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc10],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.rc11],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE