dovecot-2.0: Released v2.0.rc5.

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 11 19:09:55 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/4a2d840a80bb
changeset: 11974:4a2d840a80bb
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 10 15:25:24 2010 +0100
description:
Released v2.0.rc5.

diffstat:

 NEWS         |  9 +++++++++
 TODO         |  1 +
 configure.in |  2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 3cda9f2f48bd -r 4a2d840a80bb NEWS
--- 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 at 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 at iki.fi>
 
 	+ director: Added director_doveadm_port for accepting doveadm
diff -r 3cda9f2f48bd -r 4a2d840a80bb TODO
--- 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
diff -r 3cda9f2f48bd -r 4a2d840a80bb configure.in
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.0.rc5],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list