dovecot-1.1: Released v1.1.15.

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/6604f9980a93
changeset: 8276:6604f9980a93
user:      Timo Sirainen <tss at iki.fi>
date:      Sun May 17 22:06:11 2009 -0400
description:
Released v1.1.15.

diffstat:

2 files changed, 20 insertions(+), 1 deletion(-)
NEWS         |   19 +++++++++++++++++++
configure.in |    2 +-

diffs (36 lines):

diff -r f694f8fa4200 -r 6604f9980a93 NEWS
--- a/NEWS	Sun May 17 21:35:07 2009 -0400
+++ b/NEWS	Sun May 17 22:06:11 2009 -0400
@@ -1,3 +1,22 @@ v1.1.14 2009-04-16  Timo Sirainen <tss at i
+v1.1.15 2009-05-17  Timo Sirainen <tss at iki.fi>
+
+	+ 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: SEARCH command was slower than necessary in a large mailbox.
+	- deliver: When forwarding messages, if -f parameter was given, it
+	  should have been used as the Return-Path.
+	- Maildir saving: Fixed race condition bugs in uidlist handling,
+	  causing files to be given new UIDs sometimes.
+	- mbox: Don't crash when expunging all messages and file doesn't end
+	  with [CR]LF.
+	- expire-tool: Use mail_uid and mail_gid settings if userdb doesn't
+	  return uid/gid.
+	- Berkeley DB dict: Transaction rollbacking was implemented wrong.
+	- zlib plugin: Some email / FETCH command combinations could have
+	  disconnected the client or sent compressed garbage.
+
 v1.1.14 2009-04-16  Timo Sirainen <tss at iki.fi>
 
 	* IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours
diff -r f694f8fa4200 -r 6604f9980a93 configure.in
--- a/configure.in	Sun May 17 21:35:07 2009 -0400
+++ b/configure.in	Sun May 17 22:06:11 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.14],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.15],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list