dovecot-2.0: Released v2.0.2.

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 8 19:43:55 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f4eb53065879
changeset: 12095:f4eb53065879
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 08 17:38:41 2010 +0100
description:
Released v2.0.2.

diffstat:

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

diffs (39 lines):

diff -r cbc30c72b3ce -r f4eb53065879 NEWS
--- a/NEWS	Wed Sep 08 17:02:48 2010 +0100
+++ b/NEWS	Wed Sep 08 17:38:41 2010 +0100
@@ -1,3 +1,15 @@
+v2.0.2 2010-09-08  Timo Sirainen <tss at iki.fi>
+
+	* vpopmail support is disabled for now, since it's broken. You can use
+	  it via checkpassword support or its sql/ldap database directly.
+
+	- maildir: Fixed "duplicate uidlist entry" errors that happened at
+	  least with LMTP when mail was delivered to multiple recipients
+	- Deleting ACLs didn't cause entries to be removed from acl_shared_dict
+	- mail_max_lock_timeout setting wasn't working with all locks
+	- auth_cache_size setting's old-style value wasn't autoconverted
+	  and it usually also caused a crash
+
 v2.0.1 2010-08-24  Timo Sirainen <tss at iki.fi>
 
 	* When dsync is started as root, remote dsync command is now also
diff -r cbc30c72b3ce -r f4eb53065879 TODO
--- a/TODO	Wed Sep 08 17:02:48 2010 +0100
+++ b/TODO	Wed Sep 08 17:38:41 2010 +0100
@@ -1,3 +1,6 @@
+ - sql pool: if async query is pending and sync query is sent and there
+   are no more empty connections, it should flush the async query first
+ - DELETEACL doesn't update shared dict
  - NTLMv1 and LM should be disabled if disable_plaintext_auth=yes
  - SEARCH SENT*/HEADER/etc. doesn't seem optimized when using with TEXT/BODY
 
diff -r cbc30c72b3ce -r f4eb53065879 configure.in
--- a/configure.in	Wed Sep 08 17:02:48 2010 +0100
+++ b/configure.in	Wed Sep 08 17:38:41 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.1],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.2],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list