]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.10. 2.0.10
authorTimo Sirainen <tss@iki.fi>
Fri, 4 Mar 2011 18:59:24 +0000 (20:59 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 4 Mar 2011 18:59:24 +0000 (20:59 +0200)
NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index 82cd8a656bc9bd8435153e92d2d4be59782a81de..6bcdeb3b1d4c3db977da4d4c3fb08f56244675b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+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
diff --git a/TODO b/TODO
index 350a49c01d0d65feaf03d2ef821936ac66e457ad..5a644360fb689307801040aa12dcd9d9d5cf9e35 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
- - 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
index 86f4ae73ec3e08ee166e2966459763d7389b3ef8..9e7c988054c1f740e29f8a6d52dd0e4244694c54 100644 (file)
@@ -1,5 +1,5 @@
 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])