dovecot-2.0: Released v2.0.rc4.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 4 22:35:35 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/71b2cb9895d9
changeset: 11935:71b2cb9895d9
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Aug 04 20:30:48 2010 +0100
description:
Released v2.0.rc4.

diffstat:

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

diffs (33 lines):

diff -r f980dcbe3b51 -r 71b2cb9895d9 NEWS
--- a/NEWS	Wed Aug 04 20:29:30 2010 +0100
+++ b/NEWS	Wed Aug 04 20:30:48 2010 +0100
@@ -1,3 +1,19 @@
+v2.0.rc4 2010-08-04  Timo Sirainen <tss at iki.fi>
+
+	+ director: Added director_doveadm_port for accepting doveadm
+	  TCP connections. 
+	+ doveadm: Added client/server architecture support for running mail
+	  commands. Enable this by setting doveadm_worker_count to non-zero.
+	+ mail-log: Added support for mailbox_create event.
+	+ imap_capability = +XFOO BAR can be used to add capabilities instead
+	  of replacing the whole capability string.
+	+ virtual storage: Added support for IDLE notifications. 
+	- doveadm mailbox status: Fixed listing non-ASCII mailbox names. 
+	- doveadm fetch: Fixed output when fetching message header or body
+	- doveadm director map/add/remove: Fixed handling IP address as
+	  parameter. 
+	- dsync: A few more fixes
+
 v2.0.rc3 2010-07-20  Timo Sirainen <tss at iki.fi>
 
 	* Single-dbox is now called "sdbox" instead of "dbox".
diff -r f980dcbe3b51 -r 71b2cb9895d9 configure.in
--- a/configure.in	Wed Aug 04 20:29:30 2010 +0100
+++ b/configure.in	Wed Aug 04 20:30:48 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.rc3],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.rc4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list