dovecot-2.0: Released v2.0.10.
dovecot at dovecot.org
dovecot at dovecot.org
Fri Mar 4 21:11:20 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/755c63ff089f
changeset: 12654:755c63ff089f
user: Timo Sirainen <tss at iki.fi>
date: Fri Mar 04 20:59:24 2011 +0200
description:
Released v2.0.10.
diffstat:
NEWS | 27 +++++++++++++++++++++++++++
TODO | 3 ++-
configure.in | 2 +-
3 files changed, 30 insertions(+), 2 deletions(-)
diffs (54 lines):
diff -r 44d0474a451e -r 755c63ff089f NEWS
--- a/NEWS Fri Mar 04 20:53:46 2011 +0200
+++ b/NEWS Fri Mar 04 20:59:24 2011 +0200
@@ -1,3 +1,30 @@
+v2.0.10 2011-03-04 Timo Sirainen <tss at iki.fi>
+
+ * LMTP: For user+detail at 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 at iki.fi>
- Linux: Fixed a high system CPU usage / high context switch count
diff -r 44d0474a451e -r 755c63ff089f TODO
--- a/TODO Fri Mar 04 20:53:46 2011 +0200
+++ b/TODO Fri Mar 04 20:59:24 2011 +0200
@@ -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
diff -r 44d0474a451e -r 755c63ff089f configure.in
--- a/configure.in Fri Mar 04 20:53:46 2011 +0200
+++ b/configure.in Fri Mar 04 20:59:24 2011 +0200
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.9],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.10],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
More information about the dovecot-cvs
mailing list