changeset 16195:582108c190f8

Released v2.1.16.
author Timo Sirainen <tss@iki.fi>
date Fri, 05 Apr 2013 00:08:36 +0300
parents 852cfd3e4933
children 9fbc51f4448b
files NEWS configure.in
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Apr 04 23:58:47 2013 +0300
+++ b/NEWS	Fri Apr 05 00:08:36 2013 +0300
@@ -1,3 +1,15 @@
+v2.1.16 2013-04-04  Timo Sirainen <tss@iki.fi>
+
+	+ Added quota-status policy service for Postfix
+	+ Added "doveadm batch" command to run multiple commands before moving
+	  onto the next user (useful only with -A and -u <usermask>)
+	+ Added forwards compatibility for v2.2 index files
+	- mdbox: Index rebuilding crashed in some situations
+	- Fixed a race condition with setting \Recent flags
+	- Fixed a crash when decoding a specific message (decoding is done
+	  for SEARCH TEXT/BODY and with full text search indexing, so this
+	  couldn't fully DoS a user)
+
 v2.1.15 2013-02-08  Timo Sirainen <tss@iki.fi>
 
 	- v2.1.14: dovecot.index.cache fixes caused it to use more disk I/O
--- a/configure.in	Thu Apr 04 23:58:47 2013 +0300
+++ b/configure.in	Fri Apr 05 00:08:36 2013 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.15],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.16],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])