changeset 8363:e0e454c34979 HEAD 1.1.20

Released v1.1.20.
author Timo Sirainen <tss@iki.fi>
date Mon, 09 Nov 2009 21:38:42 -0500
parents 2827e881296a
children dbd33e5ad923
files NEWS configure.in
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Nov 05 12:25:43 2009 -0500
+++ b/NEWS	Mon Nov 09 21:38:42 2009 -0500
@@ -1,3 +1,12 @@
+v1.1.20 2009-11-09  Timo Sirainen <tss@iki.fi>
+
+	* Upgraded to Unicode 5.2.0
+
+	- Maildir: Fixed crash when using a lot of keywords.
+	- file_set_size() was broken with OSes that didn't support
+	  posix_fallocate() (almost everyone except Linux), causing all kinds
+	  of index file errors.
+
 v1.1.19 2009-09-13  Timo Sirainen <tss@iki.fi>
 
 	- file_set_size() was broken with OSes that didn't support
--- a/configure.in	Thu Nov 05 12:25:43 2009 -0500
+++ b/configure.in	Mon Nov 09 21:38:42 2009 -0500
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.19],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.20],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE