]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.rc2. 2.0.rc2
authorTimo Sirainen <tss@iki.fi>
Fri, 9 Jul 2010 21:33:00 +0000 (22:33 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 9 Jul 2010 21:33:00 +0000 (22:33 +0100)
--HG--
branch : HEAD

NEWS
configure.in

diff --git a/NEWS b/NEWS
index 90a5d2e38464462a3a73a54479fbdaeccd201472..efa7c8fe355d6257ec4404e093eada5ebb75e460 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 @@ v2.0.rc1 2010-07-02  Timo Sirainen <tss@iki.fi>
          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>
 
index 97756e2e4c9e2387c2c04649d0ba7e8ecc154145..e8df2cb8177140ee623278e4fb5aa5294cd64611 100644 (file)
@@ -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])