changeset 12095:f4eb53065879 2.0.2

Released v2.0.2.
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Sep 2010 17:38:41 +0100
parents cbc30c72b3ce
children 643b2fb14b55
files NEWS TODO configure.in
diffstat 3 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	* When dsync is started as root, remote dsync command is now also
--- 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
 
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.2],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])