changeset 11974:4a2d840a80bb 2.0.rc5

Released v2.0.rc5.
author Timo Sirainen <tss@iki.fi>
date Tue, 10 Aug 2010 15:25:24 +0100
parents 3cda9f2f48bd
children 0585c67fd78a
files NEWS TODO configure.in
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Aug 10 14:51:09 2010 +0100
+++ b/NEWS	Tue Aug 10 15:25:24 2010 +0100
@@ -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
--- a/TODO	Tue Aug 10 14:51:09 2010 +0100
+++ b/TODO	Tue Aug 10 15:25:24 2010 +0100
@@ -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
--- a/configure.in	Tue Aug 10 14:51:09 2010 +0100
+++ b/configure.in	Tue Aug 10 15:25:24 2010 +0100
@@ -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])