dovecot-1.2: Released 1.2.rc7.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jun 28 07:00:49 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/c375c16f1944
changeset: 9179:c375c16f1944
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jun 27 23:55:21 2009 -0400
description:
Released 1.2.rc7.

diffstat:

3 files changed, 13 insertions(+), 1 deletion(-)
NEWS         |   11 +++++++++++
TODO         |    1 +
configure.in |    2 +-

diffs (39 lines):

diff -r 86c32eb84dfa -r c375c16f1944 NEWS
--- a/NEWS	Sat Jun 27 23:50:38 2009 -0400
+++ b/NEWS	Sat Jun 27 23:55:21 2009 -0400
@@ -1,3 +1,14 @@ v1.2.rc6 2009-06-22 Timo Sirainen <tss at i
+v1.2.rc7 2009-06-27 Timo Sirainen <tss at iki.fi>
+
+	* Removed configure --with-deliver, --with-pop3d and --disable-ipv6
+	  parameters.
+
+	+ Improved permission related error messages.
+	- mbox: Don't write garbage to mbox if message doesn't have a body.
+	- virtual: Fixed saving messages with keywords.
+	- virtual: Fixed infinite looping bug.
+	- zlib: Fixed error handling.
+
 v1.2.rc6 2009-06-22 Timo Sirainen <tss at iki.fi>
 
 	* imap proxy: Pass through to client unexpected untagged replies
diff -r 86c32eb84dfa -r c375c16f1944 TODO
--- a/TODO	Sat Jun 27 23:50:38 2009 -0400
+++ b/TODO	Sat Jun 27 23:55:21 2009 -0400
@@ -1,6 +1,7 @@
  - dict quota: syncing may cause quota recalculation, which in turn syncs
    all mailboxes and then we'll assert-crash to avoid infinite looping
 
+ - acl: users are never dropped from acl_shared_dict.
  - index-sync.c: line 39 (index_mailbox_set_recent_uid): assertion failed: (seq_range_exists(&ibox->recent_flags, uid))
     ^ when stress testing and around "Duplicate file entry" errors
  - convert plugin: convert_pop3_uidl_format setting? so old %f uidls could be
diff -r 86c32eb84dfa -r c375c16f1944 configure.in
--- a/configure.in	Sat Jun 27 23:50:38 2009 -0400
+++ b/configure.in	Sat Jun 27 23:55:21 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.rc6],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.rc7],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list