diff NEWS @ 9056:27a49c619a33 HEAD 1.2.rc4

Released v1.2.rc4.
author Timo Sirainen <tss@iki.fi>
date Sun, 17 May 2009 22:06:07 -0400
parents 82ba352b51ae
children 9da0277755a2
line wrap: on
line diff
--- a/NEWS	Sun May 17 21:04:26 2009 -0400
+++ b/NEWS	Sun May 17 22:06:07 2009 -0400
@@ -1,3 +1,28 @@
+v1.2.rc4 2009-05-17 Timo Sirainen <tss@iki.fi>
+
+	* If /dev/arandom exists, use it instead of /dev/urandom (OpenBSD).
+	* When logging to a file, the lines now start with a timestamp instead
+	  of "dovecot: " prefix.
+
+	+ IMAP: When multiple commands are pipelined, try harder to combine
+	  their mailbox syncing together. For example with Maildir pipelining
+	  STORE 1:* +FLAGS \Deleted and EXPUNGE commands the files won't
+	  be unnecessarily rename()d before being unlink()ed.
+	+ imap-proxy: Send backend's CAPABILITY if it's different from what
+	  was sent to client before.
+	+ IMAP: struct mail now keeps track of all kinds of statistics, such
+	  as number of open()s, stat()s, bytes read, etc. These fields could
+	  be exported by some kind of a statistics plugin (not included yet).
+	+ IMAP: SEARCH command now dynamically figures out how to run about
+	  0.20 .. 0.25 seconds before seeing if there's other work to do.
+	  This makes the SEARCH performance much better.
+	- Fixes to shared mailbox handling.
+	- Fixes to virtual mailboxes.
+	- THREAD command could have crashed.
+	- Fixes to expire-tool.
+	- mbox: Don't break if From_-line is preceded by CRLF (instead of LF).
+	- dict process wasn't restarted after SIGHUP was sent to master.
+
 v1.2.rc3 2009-04-16 Timo Sirainen <tss@iki.fi>
 
 	* IMAP proxy no longer simply forwards tagged reply from