]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.rc3. 2.0.rc3
authorTimo Sirainen <tss@iki.fi>
Tue, 20 Jul 2010 20:51:07 +0000 (21:51 +0100)
committerTimo Sirainen <tss@iki.fi>
Tue, 20 Jul 2010 20:51:07 +0000 (21:51 +0100)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index efa7c8fe355d6257ec4404e093eada5ebb75e460..f12cc51388654d3e29934499bb96cacc9b1b768c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+v2.0.rc3 2010-07-20  Timo Sirainen <tss@iki.fi>
+
+       * 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 <tss@iki.fi>
 
        - Fixed a crash with empty mail_plugins
index 292655a196adad365a6403bb7fc93b8ee31793b1..6518eed57cf1f48d13056feb48c488c1e62984e5 100644 (file)
@@ -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])