dovecot-1.2: Released v1.2.rc4.

dovecot at dovecot.org dovecot at dovecot.org
Mon May 18 05:11:03 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/27a49c619a33
changeset: 9056:27a49c619a33
user:      Timo Sirainen <tss at iki.fi>
date:      Sun May 17 22:06:07 2009 -0400
description:
Released v1.2.rc4.

diffstat:

3 files changed, 30 insertions(+), 1 deletion(-)
NEWS         |   25 +++++++++++++++++++++++++
TODO         |    4 ++++
configure.in |    2 +-

diffs (53 lines):

diff -r 249554df412f -r 27a49c619a33 NEWS
--- 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.rc3 2009-04-16 Timo Sirainen <tss at i
+v1.2.rc4 2009-05-17 Timo Sirainen <tss at 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 at iki.fi>
 
 	* IMAP proxy no longer simply forwards tagged reply from
diff -r 249554df412f -r 27a49c619a33 TODO
--- a/TODO	Sun May 17 21:04:26 2009 -0400
+++ b/TODO	Sun May 17 22:06:07 2009 -0400
@@ -1,3 +1,7 @@
+ - index-sync.c: line 39 (index_mailbox_set_recent_uid): assertion failed: (seq_range_exists(&ibox->recent_flags, uid))
+    ^ when stress testing and around "Duplicate file entry" errors
+ - auth negative cache should also apply to password failures?
+ - file groups - what to do if we can't set it?..
  - convert plugin: convert_pop3_uidl_format setting? so old %f uidls could be
    converted to dbox..
  - proxying: support fallbacking to local (or other?) server if the first
diff -r 249554df412f -r 27a49c619a33 configure.in
--- a/configure.in	Sun May 17 21:04:26 2009 -0400
+++ b/configure.in	Sun May 17 22:06:07 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.rc3],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.rc4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list