dovecot-2.1: Released v2.1.5.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 23 16:50:20 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/469cee314d9c
changeset: 14467:469cee314d9c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 23 16:35:37 2012 +0300
description:
Released v2.1.5.

diffstat:

 NEWS         |  22 ++++++++++++++++++++++
 TODO         |   1 -
 configure.in |   2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 27415a4568b3 -r 469cee314d9c NEWS
--- a/NEWS	Mon Apr 23 16:18:36 2012 +0300
+++ b/NEWS	Mon Apr 23 16:35:37 2012 +0300
@@ -1,3 +1,25 @@
+v2.1.5 2012-04-23  Timo Sirainen <tss at iki.fi>
+
+	* IMAP: When neither the session nor the mailbox has modseq tracking
+	  enabled, return the mailbox as having NOMODSEQ in SELECT/EXAMINE
+	  reply. Old versions in this situation always simply returned
+	  HIGHESTMODSEQ as 1, which could have broken some clients.
+
+	+ dict file: Added optional fcntl/flock locking (default is dotlock)
+	+ fts-solr: doveadm fts rescan now resets indexes, which allows
+	  reindexing mails. (This isn't a full rescan implementation like
+	  fts-lucene has.)
+	+ doveadm expunge: Added -d parameter to delete mailbox if it's
+	  empty after expunging.
+	- IMAP: Several fixes related to mailbox listing in some configs
+	- director: A lot of fixes and performance improvements
+	- v2.1.4 didn't work without a mail home directory set
+	- mbox: Deleting a mailbox didn't delete its index files.
+	- pop3c: TOP command was sent incorrectly
+	- trash plugin didn't work properly
+	- LMTP: Don't add a duplicate Return-Path: header when proxying.
+	- listescape: Don't unescape namespace prefixes.
+
 v2.1.4 2012-04-09  Timo Sirainen <tss at iki.fi>
 
 	+ Added mail_temp_scan_interval setting and changed its default value
diff -r 27415a4568b3 -r 469cee314d9c TODO
--- a/TODO	Mon Apr 23 16:18:36 2012 +0300
+++ b/TODO	Mon Apr 23 16:35:37 2012 +0300
@@ -46,7 +46,6 @@
    non-userdb_* extra fields too?
  - imap, pop3: if client init fails, wait a second or two before disconnecting
    client.
- - doveadm expunge parameter to delete empty mailboxes (for lazy-expunge)
  - doveadm search savedbefore 7d could be optimized in large mailboxes..
  - mdbox: storage rebuilding could log about changes it does
  - mdbox: broken extrefs header keeps causing index rebuilds
diff -r 27415a4568b3 -r 469cee314d9c configure.in
--- a/configure.in	Mon Apr 23 16:18:36 2012 +0300
+++ b/configure.in	Mon Apr 23 16:35:37 2012 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.4],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.1.5],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list