dovecot-1.1: Released v1.1.16.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 1 08:51:46 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/7f6aaca52639
changeset: 8300:7f6aaca52639
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 01 01:46:52 2009 -0400
description:
Released v1.1.16.

diffstat:

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

diffs (29 lines):

diff -r b53614de6483 -r 7f6aaca52639 NEWS
--- a/NEWS	Mon Jun 01 01:45:53 2009 -0400
+++ b/NEWS	Mon Jun 01 01:46:52 2009 -0400
@@ -1,3 +1,15 @@ v1.1.15 2009-05-17  Timo Sirainen <tss at i
+v1.1.16 2009-06-01  Timo Sirainen <tss at iki.fi>
+
+	- v1.1.15 could have crashed if mailbox-closing command was pipelined
+	  after a mailbox-accessing command.
+	- v1.1.15's zlib plugin may have caused crashes when fetching
+	  INTERNALDATE.
+	- Maildir: If messages had been deleted externally from new/ directory
+	  and mailbox was opened with EXAMINE, Dovecot didn't immediately
+	  notice that the messages were deleted.
+	- If message body started with a space, some operations could have
+	  assert-crashed.
+
 v1.1.15 2009-05-17  Timo Sirainen <tss at iki.fi>
 
 	+ IMAP: When multiple commands are pipelined, try harder to combine
diff -r b53614de6483 -r 7f6aaca52639 configure.in
--- a/configure.in	Mon Jun 01 01:45:53 2009 -0400
+++ b/configure.in	Mon Jun 01 01:46:52 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.15],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.16],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list