dovecot-2.0: Released v2.0.4.

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 26 20:55:55 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7f5c5778c4b9
changeset: 12181:7f5c5778c4b9
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 26 18:47:51 2010 +0100
description:
Released v2.0.4.

diffstat:

 NEWS         |  21 +++++++++++++++++++++
 TODO         |   4 ++++
 configure.in |   2 +-
 3 files changed, 26 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 5b0a1974fc6f -r 7f5c5778c4b9 NEWS
--- a/NEWS	Sun Sep 26 18:36:14 2010 +0100
+++ b/NEWS	Sun Sep 26 18:47:51 2010 +0100
@@ -1,3 +1,24 @@
+v2.0.4 2010-09-26  Timo Sirainen <tss at iki.fi>
+
+	* multi-dbox: If :INDEX=path is specified, keep
+	  storage/dovecot.map.index* files also in the index path rather than
+	  in the main storage directory.
+
+	  WARNING: if you specified :INDEX= with earlier mdbox installation,
+	  you must now manually move the storage indexes to the expected
+	  directory! Otherwise Dovecot won't see them and will rebuild the
+	  indexes, possibly unexpunging some mails.
+
+	- Maildir: Copying messages with hard links sometimes caused the
+	  source maildir's entire tmp/ directory to be renamed to destination
+	  maildir as if it were a message.
+	- Maildir: v2.0.3 broke expunging copied messages sometimes
+	- Maildir: INBOX whose tmp/ directory was lost couldn't be opened
+	- single-dbox: Messages weren't copied with hard links
+	- vpopmail support is hopefully working again.
+	- dsync: POP3 UIDLs weren't copied with Maildir
+	- dict file: Fixed fd leak (showed up easily with LMTP + quota)
+
 v2.0.3 2010-09-17  Timo Sirainen <tss at iki.fi>
 
 	* dovecot-lda: Removed use of non-standard Envelope-To: header as a
diff -r 5b0a1974fc6f -r 7f5c5778c4b9 TODO
--- a/TODO	Sun Sep 26 18:36:14 2010 +0100
+++ b/TODO	Sun Sep 26 18:47:51 2010 +0100
@@ -1,3 +1,7 @@
+ - mail_max_lock_timeout error could be reported more nicely, also ones coming
+   from lib-index
+ - dsync: if mailbox is renamed due to it being invalid, its subscription
+   isn't renamed
  - doveadm director assign <user> <host> - do it permanently in memory
  - LSUB shows subscribed namespace prefix as prefix/, also SUBSCRIBE adds the /
  - sql pool: if async query is pending and sync query is sent and there
diff -r 5b0a1974fc6f -r 7f5c5778c4b9 configure.in
--- a/configure.in	Sun Sep 26 18:36:14 2010 +0100
+++ b/configure.in	Sun Sep 26 18:47:51 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.3],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list