changeset 14503:469cee314d9c

Released v2.1.5.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Apr 2012 16:35:37 +0300
parents 27415a4568b3
children 9fff96c9cfcd
files NEWS TODO configure.in
diffstat 3 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	+ Added mail_temp_scan_interval setting and changed its default value
--- 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
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.1.5],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])