dovecot-2.1: Released v2.1.16.

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 5 00:17:05 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.1/rev/582108c190f8
changeset: 14949:582108c190f8
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 05 00:08:36 2013 +0300
description:
Released v2.1.16.

diffstat:

 NEWS         |  12 ++++++++++++
 configure.in |   2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 852cfd3e4933 -r 582108c190f8 NEWS
--- 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 at 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 at iki.fi>
 
 	- v2.1.14: dovecot.index.cache fixes caused it to use more disk I/O
diff -r 852cfd3e4933 -r 582108c190f8 configure.in
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.1.16],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list