From: Timo Sirainen Date: Tue, 10 Aug 2010 14:25:24 +0000 (+0100) Subject: Released v2.0.rc5. X-Git-Tag: 2.0.rc5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ecb3ee153695346a50a9129bd910f48298e074;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.rc5. --- diff --git a/NEWS b/NEWS index c441ecc00e..b45b21609e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +v2.0.rc5 2010-08-09 Timo Sirainen + + - Using more than 2 plugins could have caused broken behavior + (more fixes for this) + - Listescape plugin fixes + - mbox: Fixed a couple of assert-crashes + - mdbox: Fixed potential assert-crash when saving multiple messages + in one transaction. + v2.0.rc4 2010-08-04 Timo Sirainen + director: Added director_doveadm_port for accepting doveadm diff --git a/TODO b/TODO index cfc34b81f5..47ef48c519 100644 --- a/TODO +++ b/TODO @@ -79,6 +79,7 @@ along with "Indexed n% of the mailbox"? - how do shared mailboxes work with plugins? - lazy-expunge, fts, etc.? + - listescape+acl can't handle shared mailboxes with escape chars - dovecot-acl-list: - how does it work with global acls? - update immediately after SETACL: add/remove entries, update timestamps diff --git a/configure.in b/configure.in index f2c9b35822..8560b8add7 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.0.rc4],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.0.rc5],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])