changeset 9179:c375c16f1944 HEAD 1.2.rc7

Released 1.2.rc7.
author Timo Sirainen <tss@iki.fi>
date Sat, 27 Jun 2009 23:55:21 -0400
parents 86c32eb84dfa
children cfd984a489b7
files NEWS TODO configure.in
diffstat 3 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.rc7 2009-06-27 Timo Sirainen <tss@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@iki.fi>
 
 	* imap proxy: Pass through to client unexpected untagged replies
--- 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
--- 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_INIT([Dovecot],[1.2.rc6],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.rc7],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])