changeset 12947:606faab2b896 2.0.12

Released v2.0.12.
author Timo Sirainen <tss@iki.fi>
date Tue, 12 Apr 2011 20:10:14 +0300
parents 8101b70e4a27
children a957418b55af
files NEWS configure.in
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Apr 12 20:09:44 2011 +0300
+++ b/NEWS	Tue Apr 12 20:10:14 2011 +0300
@@ -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
--- a/configure.in	Tue Apr 12 20:09:44 2011 +0300
+++ b/configure.in	Tue Apr 12 20:10:14 2011 +0300
@@ -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])