]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.8. 2.0.8
authorTimo Sirainen <tss@iki.fi>
Fri, 3 Dec 2010 19:37:56 +0000 (19:37 +0000)
committerTimo Sirainen <tss@iki.fi>
Fri, 3 Dec 2010 19:37:56 +0000 (19:37 +0000)
NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index c8f6b3708e28b89e1fa00f9fac1e75a462ad98b5..df596f8fb7f83f2d7bc7f45098ba72b12eccb99c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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,
diff --git a/TODO b/TODO
index e0516d3f69e40ecde644c6b8fc4ff8ce47f671b0..f415eff2d4822aa8234cae609d77ac15d2d1aa9c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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)
index fed19f10faf88b9cb5b1a6d20e8084ee605ca179..435213488189235bddb87b4d4139ea34c498acb2 100644 (file)
@@ -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])