From: Timo Sirainen Date: Sun, 26 Sep 2010 17:47:51 +0000 (+0100) Subject: Released v2.0.4. X-Git-Tag: 2.0.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f70467fbff4e44aaaede91072b8567309d77d5f6;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.4. --- diff --git a/NEWS b/NEWS index 4f24f2b8cd..fe3e028e8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +v2.0.4 2010-09-26 Timo Sirainen + + * 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 * dovecot-lda: Removed use of non-standard Envelope-To: header as a diff --git a/TODO b/TODO index 6d237d2e1e..c6dfc073db 100644 --- a/TODO +++ b/TODO @@ -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 - 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 --git a/configure.in b/configure.in index be1c39e944..0960cec6e9 100644 --- a/configure.in +++ b/configure.in @@ -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])