# HG changeset patch # User Timo Sirainen # Date 1212444151 -10800 # Node ID 58c7f5c31db1801d9c7495354e6911da898aaa65 # Parent d73cc550b389580447618766d6a922950df187a9 Released v1.1.rc8. 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.rc8 2008-06-03 Timo Sirainen + + + 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 - 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_INIT([dovecot],[1.1.rc7],[dovecot@dovecot.org]) +AC_INIT([dovecot],[1.1.rc8],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE