]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.1.13. 2.1.13
authorTimo Sirainen <tss@iki.fi>
Mon, 7 Jan 2013 08:55:17 +0000 (10:55 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 7 Jan 2013 08:55:17 +0000 (10:55 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 608570ef171852e294a6d7d47b6fe0eb044700b0..43d938fe7d79ee4db52ffabac743141a29915bdc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v2.1.13 2013-01-06  Timo Sirainen <tss@iki.fi>
+
+       - Some fixes to cache file changes in v2.1.11.
+       - fts-solr: Overlong UTF8 sequences in mails were rejected by Solr and
+         caused the mails to not be indexed.
+       - virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
+
 v2.1.12 2012-11-30  Timo Sirainen <tss@iki.fi>
 
        - dovecot-config in v2.1.11 caused build problems with Pigeonhole
index a4e5b5adb7913f07f17c9a870f672de6e1bb4e9a..42fe0dce22802b69705fa416308d32fb3ae11bc3 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.12],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.13],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])