changeset 12823:755c63ff089f

Released v2.0.10.
author Timo Sirainen <tss@iki.fi>
date Fri, 04 Mar 2011 20:59:24 +0200
parents 44d0474a451e
children 58039a22d17f
files NEWS TODO configure.in
diffstat 3 files changed, 30 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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@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
--- 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
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.10],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])