changeset 12132:a475e8d4eb21 2.0.3

Released v2.0.3.
author Timo Sirainen <tss@iki.fi>
date Fri, 17 Sep 2010 20:20:48 +0100
parents f7bd4059c6af
children b153157e4e73
files NEWS TODO configure.in
diffstat 3 files changed, 25 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Sep 17 18:38:47 2010 +0100
+++ b/NEWS	Fri Sep 17 20:20:48 2010 +0100
@@ -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
--- a/TODO	Fri Sep 17 18:38:47 2010 +0100
+++ b/TODO	Fri Sep 17 20:20:48 2010 +0100
@@ -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
 
--- a/configure.in	Fri Sep 17 18:38:47 2010 +0100
+++ b/configure.in	Fri Sep 17 20:20:48 2010 +0100
@@ -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])