dovecot-2.0: Released v2.0.rc2.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jul 10 01:14:38 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/fd0497f5a496
changeset: 11768:fd0497f5a496
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 09 22:33:00 2010 +0100
description:
Released v2.0.rc2.

diffstat:

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

diffs (38 lines):

diff -r c1f72627d246 -r fd0497f5a496 NEWS
--- a/NEWS	Fri Jul 09 21:29:54 2010 +0000
+++ b/NEWS	Fri Jul 09 22:33:00 2010 +0100
@@ -1,3 +1,15 @@
+v2.0.rc2 2010-07-09  Timo Sirainen <tss at iki.fi>
+
+	- Fixed a crash with empty mail_plugins
+	- Fixed sharing INBOX to other users
+	- mdbox: Rebuilding storage was broken in rc1
+	- dsync was broken for remote syncs in rc1
+	- director+LMTP proxy wasn't working correctly
+	- v1.x config parser failed with some settings if pigeonhole wasn't
+	  installed.
+	- virtual: If non-matching messages weren't expunged within same
+	  session, they never got expunged.
+
 v2.0.rc1 2010-07-02  Timo Sirainen <tss at iki.fi>
 
 	* Global ACLs are now looked up using namespace prefixes. For example
@@ -18,6 +30,8 @@
 	  subcommands.
 	+ imap and pop3 processes can now handle multiple connections.
 	+ IMAP: COMPRESS=DEFLATE is supported by imap_zlib plugin
+	+ director service helps NFS installations to redirect users always
+	  to same server to avoid corruption
 
 v1.2.6 2009-10-05  Timo Sirainen <tss at iki.fi>
 
diff -r c1f72627d246 -r fd0497f5a496 configure.in
--- a/configure.in	Fri Jul 09 21:29:54 2010 +0000
+++ b/configure.in	Fri Jul 09 22:33:00 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.rc1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.rc2],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list