dovecot-1.1: Released v1.1.rc10.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jun 13 12:11:35 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/a15184bd1adc
changeset: 7670:a15184bd1adc
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 13 12:03:57 2008 +0300
description:
Released v1.1.rc10.

diffstat:

3 files changed, 22 insertions(+), 1 deletion(-)
NEWS         |   16 ++++++++++++++++
TODO         |    5 +++++
configure.in |    2 +-

diffs (45 lines):

diff -r adf8f5c2c278 -r a15184bd1adc NEWS
--- a/NEWS	Fri Jun 13 11:02:56 2008 +0300
+++ b/NEWS	Fri Jun 13 12:03:57 2008 +0300
@@ -1,3 +1,19 @@ v1.1.rc9 2008-06-09  Timo Sirainen <tss@
+v1.1.rc10 2008-06-13  Timo Sirainen <tss at iki.fi>
+
+	* LIST X-STATUS renamed to LIST STATUS and fixed its behavior with
+	  LIST-EXTENDED options. It's now compatible with STATUS-IN-LIST
+	  draft 00.
+
+	- Message parsing could have sometimes produced incorrect results,
+	  corrupting BODY/BODYSTRUCTURE replies and perhaps others.
+	- SORT: Fixed several bugs
+	- FreeBSD 7.0: Environment clearing wasn't working correctly.
+	  This caused "environment corrupted" problems at least with deliver
+	  trying to call sendmail and running Dovecot from inetd.
+	- HP-UX: Several fixes to get it to work (by Christian Corti)
+	- Fixes to using expire plugin with SQL dictionary.
+	- dbox fixes
+
 v1.1.rc9 2008-06-09  Timo Sirainen <tss at iki.fi>
 
 	+ Maildir: When hardlink-copying a file, copy the W=<vsize> in the
diff -r adf8f5c2c278 -r a15184bd1adc TODO
--- a/TODO	Fri Jun 13 11:02:56 2008 +0300
+++ b/TODO	Fri Jun 13 12:03:57 2008 +0300
@@ -1,3 +1,8 @@
+ - quota fs: Should values returned by quota be divided by the actual
+   filesystem block size instead of hardcoded DEV_BSIZE?
+ - mbox: INBOX doesn't return \HasNoChildren flag
+ - mailbox list fs: Listing subscriptions with children return options doesn't
+   work unless iter_is_mailbox() returns the children flags
  - recent assert. both with mbox and maildir.
  - sieve-cmu.c crash: i_assert(buf->used - 1 == part->body_size.physical_size);
  - convert plugin: Create a r/w lock for a file. It's read-locked if
diff -r adf8f5c2c278 -r a15184bd1adc configure.in
--- a/configure.in	Fri Jun 13 11:02:56 2008 +0300
+++ b/configure.in	Fri Jun 13 12:03:57 2008 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc9],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.rc10],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list