+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
+ - 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
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])