diff NEWS @ 7575:79857a116d28 HEAD 1.1.rc6

Released v1.1.rc6.
author Timo Sirainen <tss@iki.fi>
date Fri, 30 May 2008 03:15:07 +0300
parents 3b09af6458e5
children 290bd8b0c2d7
line wrap: on
line diff
--- a/NEWS	Fri May 30 02:54:06 2008 +0300
+++ b/NEWS	Fri May 30 03:15:07 2008 +0300
@@ -1,3 +1,31 @@
+v1.1.rc6 2008-05-30  Timo Sirainen <tss@iki.fi>
+
+	* Index file format changed a bit. If an older Dovecot v1.1 reads
+	  index files updated by rc6+, they may give "Invalid header record
+	  size" or "ext reset: invalid record size" warnings. v1.0 won't give
+	  these errors.
+	* IMAP: LIST .. RETURN (X-STATUS) command return now LIST entries
+	  before STATUS entries.
+	* zlib plugin: Uncompress if the message begins with zlib header
+	  instead of looking at the 'Z' flag. This fixes copying with hard
+	  links. Based on a patch by Richard Platel.
+
+	+ IMAP: SORT index handling code was half-rewritten to fix several bugs
+	  when multiple sessions were sorting at the same time. The new code is
+	  hopefully also faster.
+	+ Maildir: If POP3 UIDL extra field is found from dovecot-uidlist,
+	  it's used instead of the default UIDL format (or X-UIDL: header).
+	  This allows easily preserving UIDLs when migrating from other POP3
+	  servers. Patch by Nicholas Von Hollen @ Mailtrust.
+	+ Maildir: ,W=<vsize> is now always added to maildir filenames
+	+ deliver: Avoid reading dovecot-uidlist's contents if possible.
+	+ Added %T modifier = Trim whitespace from end of string
+	- IMAP: Fixed some bugs in LIST-EXTENDED implementation.
+	- IMAP: If client tries to change the selected mailbox state while
+	  another command is still running, wait until the command is finished.
+	  This fixes some crashes and other unwanted behavior.
+	- allow_nets userdb setting was broken with big endian CPUs
+
 v1.1.rc5 2008-05-05  Timo Sirainen <tss@iki.fi>
 
 	+ Support cross-realm Kerberos 5 authentication. Based on patch by