changeset 11768:fd0497f5a496 HEAD 2.0.rc2

Released v2.0.rc2.
author Timo Sirainen <tss@iki.fi>
date Fri, 09 Jul 2010 22:33:00 +0100
parents c1f72627d246
children b6821e44bed8
files NEWS configure.in
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@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@iki.fi>
 
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.rc2],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])