dovecot-1.1: Released v1.1.rc8.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 3 01:21:20 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/58c7f5c31db1
changeset: 7603:58c7f5c31db1
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 03 01:02:31 2008 +0300
description:
Released v1.1.rc8.

diffstat:

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

diffs (39 lines):

diff -r d73cc550b389 -r 58c7f5c31db1 NEWS
--- a/NEWS	Mon Jun 02 22:10:28 2008 +0300
+++ b/NEWS	Tue Jun 03 01:02:31 2008 +0300
@@ -1,3 +1,13 @@ v1.1.rc7 2008-05-30  Timo Sirainen <tss@
+v1.1.rc8 2008-06-03  Timo Sirainen <tss at iki.fi>
+
+	+ deliver: Added -c parameter to provide path to delivered mail.
+	  This allows maildir to save identical mails to multiple recipients
+	  using hard links.
+	- rc6/rc7 broke POP3 with non-Maildir formats
+	- mbox: Saving a message without a body or the end-of-headers line
+	  could have caused an assert-crash later.
+	- Several dbox fixes
+
 v1.1.rc7 2008-05-30  Timo Sirainen <tss at iki.fi>
 
 	- Fixed compiling problems with non-Linux OSes
diff -r d73cc550b389 -r 58c7f5c31db1 TODO
--- a/TODO	Mon Jun 02 22:10:28 2008 +0300
+++ b/TODO	Tue Jun 03 01:02:31 2008 +0300
@@ -18,6 +18,8 @@
  - dbox:
     - "File unexpectedly lost" doesn't get fixed by itself
     - Fix support for multi-message files
+    - Delete dovecot-keywords and dovecot-uidlist after all maildir files
+      have been converted to native dbox
  - DEBUG: buffer overflow checking code probably doesn't handle a successful
    t_try_realloc() or pool_alloconly_realloc() properly
  - cache: compress when we can drop temporary fields.
diff -r d73cc550b389 -r 58c7f5c31db1 configure.in
--- a/configure.in	Mon Jun 02 22:10:28 2008 +0300
+++ b/configure.in	Tue Jun 03 01:02:31 2008 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc7],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.rc8],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list