]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.12. 2.0.12
authorTimo Sirainen <tss@iki.fi>
Tue, 12 Apr 2011 17:10:14 +0000 (20:10 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 12 Apr 2011 17:10:14 +0000 (20:10 +0300)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 06669dcd37f82bb22331c4bd19072fc0585b0725..988e096570c10f67526a1980e13774d9f2f7fa57 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+v2.0.12 2011-04-12  Timo Sirainen <tss@iki.fi>
+
+       + 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 <tss@iki.fi>
 
        * dotlock_use_excl setting's default was accidentally "no" in all
index 7ab86ab05e1e21c6db000e3ab3ed6098636ce6b1..3950bfd9f866f7862c483f075fe79b0f4a16d644 100644 (file)
@@ -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])