changeset 7603:58c7f5c31db1 HEAD 1.1.rc8

Released v1.1.rc8.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Jun 2008 01:02:31 +0300
parents d73cc550b389
children 098539c6d034
files NEWS TODO configure.in
diffstat 3 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.rc8 2008-06-03  Timo Sirainen <tss@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@iki.fi>
 
 	- Fixed compiling problems with non-Linux OSes
--- 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.
--- 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_INIT([dovecot],[1.1.rc7],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.rc8],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE