]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.rc4. 2.0.rc4
authorTimo Sirainen <tss@iki.fi>
Wed, 4 Aug 2010 19:30:48 +0000 (20:30 +0100)
committerTimo Sirainen <tss@iki.fi>
Wed, 4 Aug 2010 19:30:48 +0000 (20:30 +0100)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index f12cc51388654d3e29934499bb96cacc9b1b768c..c441ecc00e925a5953ef1b3033fbf27de4cfe39a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+v2.0.rc4 2010-08-04  Timo Sirainen <tss@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@iki.fi>
 
        * Single-dbox is now called "sdbox" instead of "dbox".
index 6518eed57cf1f48d13056feb48c488c1e62984e5..190387d34396783cab36647d0f2addf994d494ad 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.rc3],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.0.rc4],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])