From: Timo Sirainen Date: Fri, 17 Sep 2010 19:20:48 +0000 (+0100) Subject: Released v2.0.3. X-Git-Tag: 2.0.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66347046d33c4ed2429a9b9bd2c930b73195c0af;p=thirdparty%2Fdovecot%2Fcore.git Released v2.0.3. --- diff --git a/NEWS b/NEWS index c013bb500c..4f24f2b8cd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +v2.0.3 2010-09-17 Timo Sirainen + + * dovecot-lda: Removed use of non-standard Envelope-To: header as a + default for -a. Set lda_original_recipient_header=Envelope-To to + returns the old behavior. + + + Added support for reverse quota warnings (i.e. when quota goes back + under the limit). This is enabled by adding '-' to beginning of + quota_warning value. Based on patch by Jeroen Koekkoek. + + dovecot-lda: Added lda_original_recipient_header setting, which is + used for getting original recipient if -a isn't used. + + dovecot-lda: Added -r parameter to specify final recipient address. + (It may differ from original address for e.g. aliases.) + + Maildir: uidlist file can now override message's GUID, making it + possible for multiple messages in a mailbox to have the same GUID. + This also fixes dsync's message conflict resolution. + - dovecot-lda: If destination user isn't found, exit with EX_NOUSER, + not EX_TEMPFAIL. + - dsync: Fixed handling \Noselect mailboxes + - Fixed an infinite loop introduced by v2.0.2's message parser changes. + - Fixed a crash introduced by v2.0.2's istream-crlf changes. + v2.0.2 2010-09-08 Timo Sirainen * vpopmail support is disabled for now, since it's broken. You can use diff --git a/TODO b/TODO index db9b8c9e90..6d237d2e1e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ + - 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 are no more empty connections, it should flush the async query first - - DELETEACL doesn't update shared dict - NTLMv1 and LM should be disabled if disable_plaintext_auth=yes - SEARCH SENT*/HEADER/etc. doesn't seem optimized when using with TEXT/BODY diff --git a/configure.in b/configure.in index 018a145d2b..e8d0bdc26a 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.0.2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.0.3],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])