From: Timo Sirainen Date: Wed, 8 Sep 2010 16:38:41 +0000 (+0100) Subject: Released v2.0.2. X-Git-Tag: 2.0.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af7e6e2fa185efb97a3fb47a5a6c769eec427d64;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.2. --- diff --git a/NEWS b/NEWS index e14f24a0f9..c013bb500c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +v2.0.2 2010-09-08 Timo Sirainen + + * 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 * When dsync is started as root, remote dsync command is now also diff --git a/TODO b/TODO index 47ef48c519..db9b8c9e90 100644 --- 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 diff --git a/configure.in b/configure.in index 31a505aa9f..018a145d2b 100644 --- a/configure.in +++ b/configure.in @@ -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])