dovecot-2.0: Released v2.0.3.

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 17 22:24:17 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/a475e8d4eb21
changeset: 12132:a475e8d4eb21
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 17 20:20:48 2010 +0100
description:
Released v2.0.3.

diffstat:

 NEWS         |  22 ++++++++++++++++++++++
 TODO         |   3 ++-
 configure.in |   2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)

diffs (51 lines):

diff -r f7bd4059c6af -r a475e8d4eb21 NEWS
--- 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 at 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 at iki.fi>
 
 	* vpopmail support is disabled for now, since it's broken. You can use
diff -r f7bd4059c6af -r a475e8d4eb21 TODO
--- 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
 
diff -r f7bd4059c6af -r a475e8d4eb21 configure.in
--- 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 at dovecot.org])
+AC_INIT([Dovecot],[2.0.3],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list