]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.1.14. 2.1.14
authorTimo Sirainen <tss@iki.fi>
Wed, 30 Jan 2013 21:45:06 +0000 (23:45 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 30 Jan 2013 21:45:06 +0000 (23:45 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 43d938fe7d79ee4db52ffabac743141a29915bdc..068e1bd3fbc42083bb5465972a2bbd5871e1ac52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
index 42fe0dce22802b69705fa416308d32fb3ae11bc3..2c0cd2dd6b9f7f1c36baaece86e60fbcff171329 100644 (file)
@@ -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])