# HG changeset patch # User Timo Sirainen # Date 1365109716 -10800 # Node ID 582108c190f88597c5215279cb66f74673144c9b # Parent 852cfd3e493305c5c0c719704d998259f066344d Released v2.1.16. 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 + + + 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 ) + + 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 - 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@dovecot.org]) +AC_INIT([Dovecot],[2.1.16],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])