From: Timo Sirainen Date: Tue, 12 Apr 2011 17:10:14 +0000 (+0300) Subject: Released v2.0.12. X-Git-Tag: 2.0.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ef96a23bd07b675e7d46d61529433dc60bb108;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.12. --- diff --git a/NEWS b/NEWS index 06669dcd37..988e096570 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +v2.0.12 2011-04-12 Timo Sirainen + + + doveadm: Added "move" command for moving mails between mailboxes. + + virtual: Added support for "+mailbox" entries that clear \Recent + flag from messages (default is to preserve them). + - dbox: Fixes to handling external attachments + - dsync: More fixes to avoid hanging with remote syncs + - dsync: Many other syncing/correctness fixes + - doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right + v2.0.11 2011-03-07 Timo Sirainen * dotlock_use_excl setting's default was accidentally "no" in all diff --git a/configure.in b/configure.in index 7ab86ab05e..3950bfd9f8 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.0.11],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.0.12],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])