changeset 8300:7f6aaca52639 HEAD 1.1.16

Released v1.1.16.
author Timo Sirainen <tss@iki.fi>
date Mon, 01 Jun 2009 01:46:52 -0400
parents b53614de6483
children 8e04d71bd428
files NEWS configure.in
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.16 2009-06-01  Timo Sirainen <tss@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@iki.fi>
 
 	+ IMAP: When multiple commands are pipelined, try harder to combine
--- 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_INIT([dovecot],[1.1.15],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.16],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE