changeset 11876:a15b694f1d64 2.0.rc3

Released v2.0.rc3.
author Timo Sirainen <tss@iki.fi>
date Tue, 20 Jul 2010 21:51:07 +0100
parents 50b34366038d
children 4dc4ef1fcf38
files NEWS configure.in
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Jul 20 21:48:22 2010 +0100
+++ b/NEWS	Tue Jul 20 21:51:07 2010 +0100
@@ -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
--- a/configure.in	Tue Jul 20 21:48:22 2010 +0100
+++ b/configure.in	Tue Jul 20 21:51:07 2010 +0100
@@ -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])