changeset 12511:51e41fcc7856

Released v2.0.8.
author Timo Sirainen <tss@iki.fi>
date Fri, 03 Dec 2010 19:37:56 +0000
parents 7dda7d20b04c
children 6c86c1d5a740
files NEWS TODO configure.in
diffstat 3 files changed, 26 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Dec 03 19:25:04 2010 +0000
+++ b/NEWS	Fri Dec 03 19:37:56 2010 +0000
@@ -1,3 +1,28 @@
+v2.0.8 2010-12-03  Timo Sirainen <tss@iki.fi>
+
+	* Services' default vsz_limits weren't being enforced correctly in
+	  earlier v2.0 releases. Now that they are enforced, you might notice
+	  that the default limits are too low and you need to increase them.
+	  This problem will show up in logs as "out of memory" errors.
+	  See default_vsz_limit and service { vsz_limit } settings.
+	* LMTP: In earlier versions if mail was delivered to user+detail@domain
+	  address, LMTP server always attempted to deliver the mail to mailbox
+	  named "detail". This was rather unintentional and shouldn't have been
+	  the default. lmtp_save_to_detail_mailbox=yes setting now preserves
+	  this behavior (default is no).
+
+	+ Added systemd support (configure --with-systemdsystemunitdir).
+	  Based on patch by Christophe Fergeau.
+	+ Replaced broken mbox-snarf plugin with a new more generic snarf
+	  plugin.
+	- dbox: Fixes to handling external mail attachments
+	- verbose_proctitle=yes didn't work for all processes in v2.0.7
+	- imap, pop3: When service { client_count } was larger than 1, the
+	  log messages didn't use the correct prefix. Last logged in user's
+	  prefix was always used, regardless of what user's session actually
+	  logged it. Now the proper log prefix is always used.
+	- MySQL: Only the first specified host was ever used
+
 v2.0.7 2010-11-08  Timo Sirainen <tss@iki.fi>
 
 	* master: default_process_limit wasn't actually used anywhere,
--- a/TODO	Fri Dec 03 19:25:04 2010 +0000
+++ b/TODO	Fri Dec 03 19:37:56 2010 +0000
@@ -1,9 +1,5 @@
- - if global ACL path points to a file instead of a directory, read all of
-   them from there. support wildcards in names.
  - master passdb preserves userdb_* extra fields. should it preserve
    non-userdb_* extra fields too?
- - acl_get_mailbox_name_status() is used by SUBSCRIBE .. it should probably
-   restrict more .. only be visible if 'l' or 'r' right is given, maybe more?
  - imap, pop3: if client init fails, wait a second or two before disconnecting
    client.
  - doveadm expunge parameter to delete empty mailboxes (for lazy-expunge)
--- a/configure.in	Fri Dec 03 19:25:04 2010 +0000
+++ b/configure.in	Fri Dec 03 19:37:56 2010 +0000
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.7],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.0.8],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])