+v2.0.10 2011-03-04 Timo Sirainen <tss@iki.fi>
+
+ * LMTP: For user+detail@domain deliveries, the +detail is again written
+ to Delivered-To: header.
+ * Skip auth penalty checks from IPs in login_trusted_networks.
+
+ + Added import_environment setting.
+ + Added submission_host setting to send mails via SMTP instead of
+ via sendmail binary.
+ + Added doveadm acl get/set/delete commands for ACL manipulation,
+ similar to how IMAP ACL extension works.
+ + Added doveadm acl debug command to help debug and fix problems
+ with why shared mailboxes aren't working as expected.
+ - IMAP: Fixed hangs with COMPRESS extension
+ - IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
+ - IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
+ - IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
+ - LMTP: Fixed sending multiple messages in a session.
+ - doveadm: Fixed giving parameters to mail commands.
+ - doveadm import: Settings weren't correctly used for the
+ import storage.
+ - dsync: Fixed somewhat random failures with saving messages to
+ remote dsync.
+ - v2.0.9: Config reload didn't notify running processes with
+ shutdown_clients=no, so they could have kept serving new clients
+ with old settings.
+
v2.0.9 2011-01-13 Timo Sirainen <tss@iki.fi>
- Linux: Fixed a high system CPU usage / high context switch count
- - imap -O -o plugin/foo=bar doesn't add foo because of -O
+ - doveadm fetch text mailbox <ns prefix> -> no replies, because
+ mailbox_list_iter_init_namespaces() doesn't return ns prefixes
- master passdb preserves userdb_* extra fields. should it preserve
non-userdb_* extra fields too?
- imap, pop3: if client init fails, wait a second or two before disconnecting
AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.9],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.0.10],[dovecot@dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])