]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.rc5. 2.0.rc5
authorTimo Sirainen <tss@iki.fi>
Tue, 10 Aug 2010 14:25:24 +0000 (15:25 +0100)
committerTimo Sirainen <tss@iki.fi>
Tue, 10 Aug 2010 14:25:24 +0000 (15:25 +0100)
NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index c441ecc00e925a5953ef1b3033fbf27de4cfe39a..b45b21609e4b44661e95a375369eb0a9d3beae5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+v2.0.rc5 2010-08-09  Timo Sirainen <tss@iki.fi>
+
+       - 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 <tss@iki.fi>
 
        + director: Added director_doveadm_port for accepting doveadm
diff --git a/TODO b/TODO
index cfc34b81f50575711128ec67f19bf7f7a529b92d..47ef48c519ab08a1b93f001a8e64c0a48a482487 100644 (file)
--- 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
index f2c9b358224ecd0d681b467cba6eee38ed4ca715..8560b8add7f96abcb561a6a6ff87433cb39ec981 100644 (file)
@@ -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])