changeset 15794:b314c97d4bbf

Released v2.1.14.
author Timo Sirainen <tss@iki.fi>
date Wed, 30 Jan 2013 23:45:06 +0200
parents 0b0399f1b6aa
children 49e85db52ae4
files NEWS configure.in
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Jan 29 17:55:20 2013 +0200
+++ b/NEWS	Wed Jan 30 23:45:06 2013 +0200
@@ -1,3 +1,11 @@
+v2.1.14 2013-01-30  Timo Sirainen <tss@iki.fi>
+
+	+ doveadm acl recalc command added
+	- v2.1.11+ had a race condition where it sometimes overwrote data in
+	  dovecot.index.cache file. This could have caused Dovecot to return
+	  the same cached data to two different messages.
+	- mdbox: Fixes to handling duplicate GUIDs during index rebuild
+
 v2.1.13 2013-01-06  Timo Sirainen <tss@iki.fi>
 
 	- Some fixes to cache file changes in v2.1.11.
--- a/configure.in	Tue Jan 29 17:55:20 2013 +0200
+++ b/configure.in	Wed Jan 30 23:45:06 2013 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.13],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.14],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])