changeset 12181:7f5c5778c4b9 2.0.4

Released v2.0.4.
author Timo Sirainen <tss@iki.fi>
date Sun, 26 Sep 2010 18:47:51 +0100
parents 5b0a1974fc6f
children ceecb0f6a790
files NEWS TODO configure.in
diffstat 3 files changed, 26 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@iki.fi>
 
 	* dovecot-lda: Removed use of non-standard Envelope-To: header as a
--- 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
--- 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@dovecot.org])
+AC_INIT([Dovecot],[2.0.4],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])