From: Timo Sirainen Date: Tue, 20 Jul 2010 20:51:07 +0000 (+0100) Subject: Released v2.0.rc3. X-Git-Tag: 2.0.rc3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=591af1a168a963bc2bba13200ca2b34ada4fbe37;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.rc3. --- diff --git a/NEWS b/NEWS index efa7c8fe35..f12cc51388 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +v2.0.rc3 2010-07-20 Timo Sirainen + + * Single-dbox is now called "sdbox" instead of "dbox". + "dbox" will stay as an alias for it for now. + + + Added mail_temp_dir setting, used by deliver and lmtp for creating + temporary mail files. Default is /tmp. + + doveadm: Added "director map" command to list user -> host mappings. + - imap: Fixed checking if list=children namespace has children. + - director: If all login processes died, director stopped reading + proxy-notify input and caused future login processes to hang + - mail_log plugin configuration was broken + - Using more than 2 plugins could have caused broken behavior + - mdbox: Race condition fixes related to copying and purging + - dsync: Lots of fixes + v2.0.rc2 2010-07-09 Timo Sirainen - Fixed a crash with empty mail_plugins diff --git a/configure.in b/configure.in index 292655a196..6518eed57c 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.0.rc2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.0.rc3],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])