+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
- 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.
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