changeset 7707:6e605cd94c78 HEAD 1.1.1

Released v1.1.1.
author Timo Sirainen <tss@iki.fi>
date Sun, 22 Jun 2008 14:02:50 +0300
parents 8d9046082230
children 65c19e970618
files NEWS configure.in
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sat Jun 21 16:11:26 2008 +0300
+++ b/NEWS	Sun Jun 22 14:02:50 2008 +0300
@@ -1,3 +1,9 @@
+v1.1.1 2008-06-22  Timo Sirainen <tss@iki.fi>
+
+	- Maildir: When migrating from v1.0 with old format dovecot-uidlist
+	  files, Dovecot may have appended lines to it using the new format and
+	  later broken with "UID larger than next_uid" error.
+
 v1.1.0 2008-06-21  Timo Sirainen <tss@iki.fi>
 
 No changes since v1.1.rc13. Below are the largest changes since v1.0:
--- a/configure.in	Sat Jun 21 16:11:26 2008 +0300
+++ b/configure.in	Sun Jun 22 14:02:50 2008 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.0],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.1],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE