]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.2. 2.0.2
authorTimo Sirainen <tss@iki.fi>
Wed, 8 Sep 2010 16:38:41 +0000 (17:38 +0100)
committerTimo Sirainen <tss@iki.fi>
Wed, 8 Sep 2010 16:38:41 +0000 (17:38 +0100)
NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index e14f24a0f907f75ee888e173aa1c97cece4aa7b1..c013bb500cd4d2cc98512b2e216ab2d52c0df8de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/TODO b/TODO
index 47ef48c519ab08a1b93f001a8e64c0a48a482487..db9b8c9e900777a943a338dc1a0674a5534756e2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
 
index 31a505aa9f85a2166cd3e452c66325f484e155c7..018a145d2b44edaa6d1071f692ad164d4252a1c5 100644 (file)
@@ -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])