dovecot-2.0: Released v2.0.5.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 2 00:32:55 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/2690facaa927
changeset: 12231:2690facaa927
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 01 22:09:43 2010 +0100
description:
Released v2.0.5.

diffstat:

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

diffs (54 lines):

diff -r a75e62340aa5 -r 2690facaa927 NEWS
--- a/NEWS	Fri Oct 01 21:42:18 2010 +0100
+++ b/NEWS	Fri Oct 01 22:09:43 2010 +0100
@@ -1,3 +1,30 @@
+v2.0.5 2010-10-01  Timo Sirainen <tss at iki.fi>
+
+	* acl: Fixed the logic of merging multiple ACL entries. Now it works as
+	  documented, while previously it could have done slightly different
+	  things depending on the order of the entries.
+	* virtual: Allow opening virtual mailboxes that refer to non-existing
+	  mailboxes. It seems that the benefits of this outweigh the lack of
+	  error message when typoing a mailbox name.
+
+	+ Added some disk I/O optimizations to Maildir and index code. They're
+	  especially helpful with short-lived connections like POP3.
+	+ pop3: Added pop3_fast_size_lookups setting.
+	- doveconf sometimes failed with complaining about missing ssl_key
+	  setting, causing e.g. dovecot-lda to fail.
+	- lda: If there's an error in configuration, doveconf didn't exit with
+	  EX_TEMPFAIL as it should have.
+	- sdbox: Fixed memory leak when copying messages with hard links. 
+	- zlib + sdbox combination didn't work
+	- zlib: Fixed several crashes, which mainly showed up with mbox.
+	- quota: Don't crash if user has quota disabled, but plugin loaded.
+	- doveadm fetch uid was actually returning sequence, not uid.
+	- v2.0.4's subscription listing ignored (and logged a warning about)
+	  subscriptions=no namespaces' entries in some configurations.
+	  (So listing shared mailboxes' subscriptions could have been broken.)
+	- acl: Fixed crashing when sometimes listing shared mailboxes via
+	  dict proxy.
+
 v2.0.4 2010-09-26  Timo Sirainen <tss at iki.fi>
 
 	* multi-dbox: If :INDEX=path is specified, keep
diff -r a75e62340aa5 -r 2690facaa927 TODO
--- a/TODO	Fri Oct 01 21:42:18 2010 +0100
+++ b/TODO	Fri Oct 01 22:09:43 2010 +0100
@@ -1,3 +1,6 @@
+ - doveadm -A <<EOF expunge + purge + EOF
+ - dsync: give error if source and dest are the same
+ - sent, drafts: .Sent/dovecot.index: modseq_hdr.log_offset too large
  - mail_max_lock_timeout error could be reported more nicely, also ones coming
    from lib-index
  - dsync: if mailbox is renamed due to it being invalid, its subscription
diff -r a75e62340aa5 -r 2690facaa927 configure.in
--- a/configure.in	Fri Oct 01 21:42:18 2010 +0100
+++ b/configure.in	Fri Oct 01 22:09:43 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.4],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.5],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list