From: Timo Sirainen Date: Fri, 9 Jul 2010 21:33:00 +0000 (+0100) Subject: Released v2.0.rc2. X-Git-Tag: 2.0.rc2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b59973b1ff6a7f6f4ad1c279118aa4500169397f;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.rc2. --HG-- branch : HEAD --- diff --git a/NEWS b/NEWS index 90a5d2e384..efa7c8fe35 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +v2.0.rc2 2010-07-09 Timo Sirainen + + - 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 * Global ACLs are now looked up using namespace prefixes. For example @@ -18,6 +30,8 @@ v2.0.rc1 2010-07-02 Timo Sirainen 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 diff --git a/configure.in b/configure.in index 97756e2e4c..e8df2cb817 100644 --- a/configure.in +++ b/configure.in @@ -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])