]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.0.3. 2.0.3
authorTimo Sirainen <tss@iki.fi>
Fri, 17 Sep 2010 19:20:48 +0000 (20:20 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 17 Sep 2010 19:20:48 +0000 (20:20 +0100)
NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index c013bb500cd4d2cc98512b2e216ab2d52c0df8de..4f24f2b8cdbb42080e358a55a1143390b302c3d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+v2.0.3 2010-09-17  Timo Sirainen <tss@iki.fi>
+
+       * 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 <tss@iki.fi>
 
        * vpopmail support is disabled for now, since it's broken. You can use
diff --git a/TODO b/TODO
index db9b8c9e900777a943a338dc1a0674a5534756e2..6d237d2e1eb53da1ed2d1e9b2e2329f296057065 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
+ - 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
    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
 
index 018a145d2b44edaa6d1071f692ad164d4252a1c5..e8d0bdc26a52d4912cadce5a7972933e232edf11 100644 (file)
@@ -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])