dovecot-1.0: Released v1.0.2.
dovecot at dovecot.org
dovecot at dovecot.org
Sun Jul 15 10:10:26 EEST 2007
details: http://hg.dovecot.org/dovecot-1.0/rev/0a4c7d06da84
changeset: 5345:0a4c7d06da84
user: Timo Sirainen <tss at iki.fi>
date: Sun Jul 15 10:09:58 2007 +0300
description:
Released v1.0.2.
diffstat:
2 files changed, 20 insertions(+), 1 deletion(-)
NEWS | 19 +++++++++++++++++++
configure.in | 2 +-
diffs (36 lines):
diff -r 87d0ae7fbe12 -r 0a4c7d06da84 NEWS
--- a/NEWS Fri Jul 13 01:46:26 2007 +0300
+++ b/NEWS Sun Jul 15 10:09:58 2007 +0300
@@ -1,3 +1,22 @@ v1.0.1 2007-06-15 Timo Sirainen <tss at ik
+v1.0.2 2007-07-15 Timo Sirainen <tss at iki.fi>
+
+ * dbox isn't built anymore by default. It will be redesigned so it
+ shouldn't be used.
+
+ + Maildir: Support reading dovecot-uidlist (v3) files created by
+ Dovecot v1.1.
+ - Maildir: "UIDVALIDITY changed" errors could happen with newly
+ created mailboxes
+ - If "INBOX." namespace was used, LIST returned it with \HasNoChildren
+ which caused some clients not to show any other mailboxes.
+ - Maildir++ quota: If multiple processes were updating maildirsize
+ at the same time, we failed with "Unknown error".
+ - IMAP: IDLE didn't actually disconnect client after 30 minutes of
+ inactivity.
+ - LDAP passdb/userdb was leaking memory
+ - deliver: %variables in plugin {} weren't expanded
+ - deliver: Don't bounce the mail if Sieve plugin returns failure
+
v1.0.1 2007-06-15 Timo Sirainen <tss at iki.fi>
* deliver: If Return-Path doesn't contain user and domain, don't try
diff -r 87d0ae7fbe12 -r 0a4c7d06da84 configure.in
--- a/configure.in Fri Jul 13 01:46:26 2007 +0300
+++ b/configure.in Sun Jul 15 10:09:58 2007 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.1],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.2],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
More information about the dovecot-cvs
mailing list