changeset 7620:80e67969d2e4 HEAD 1.1.rc9

Released v1.1.rc9.
author Timo Sirainen <tss@iki.fi>
date Mon, 09 Jun 2008 06:25:31 +0300
parents 066e7def5fe2
children b39bf7ec215a
files NEWS configure.in
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Jun 09 06:11:38 2008 +0300
+++ b/NEWS	Mon Jun 09 06:25:31 2008 +0300
@@ -1,3 +1,18 @@
+v1.1.rc9 2008-06-09  Timo Sirainen <tss@iki.fi>
+
+	+ Maildir: When hardlink-copying a file, copy the W=<vsize> in the
+	  filename if it exists in the original filename.
+	- mbox: With rc8 empty lines were inserted in the middle of saved
+	  mails' headers.
+	- maildir: Fixed problems with opening newly saved messages which we
+	  saw in index file but couldn't see in dovecot-uidlist. Happened only
+	  when messages weren't saved via Dovecot (deliver or IMAP).
+	- Several bugfixes to handling sort indexes
+	- deliver: Boolean settings that were supposed to default to "yes" were
+	  set to "no" unless explicitly defined in dovecot.conf:
+	  dotlock_use_excl, maildir_copy_with_hardlinks, mbox_dirty_syncs,
+	  mbox_lazy_writes.
+
 v1.1.rc8 2008-06-03  Timo Sirainen <tss@iki.fi>
 
 	+ deliver: Added -p parameter to provide path to delivered mail.
--- a/configure.in	Mon Jun 09 06:11:38 2008 +0300
+++ b/configure.in	Mon Jun 09 06:25:31 2008 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc8],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.rc9],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE