changeset 8322:2585023f0486 HEAD 1.1.17

Released v1.1.17.
author Timo Sirainen <tss@iki.fi>
date Thu, 09 Jul 2009 22:49:05 -0400
parents dee948c9f14f
children 6c9713778843
files NEWS configure.in
diffstat 2 files changed, 19 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jul 09 22:09:57 2009 -0400
+++ b/NEWS	Thu Jul 09 22:49:05 2009 -0400
@@ -1,3 +1,21 @@
+v1.1.17 2009-07-09  Timo Sirainen <tss@iki.fi>
+
+	- IMAP: Don't crash if IDLE command is pipelined after a long-running
+	  UID FETCH or UID SEARCH.
+	- IMAP: Some FETCH command parameters were broken with in some OSes.
+	- mbox: New mailboxes were created with UIDVALIDITY 1.
+	- mbox: Don't write garbage to mbox if message doesn't have a body.
+	- Maildir: Fixed using in-memory indexes when some required directory
+	  was missing.
+	- auth: Don't assert-crash if trying to log in as master user but
+	  with empty login username.
+	- Transaction log dotlocking ignored mail_nfs_index and
+	  dotlock_use_excl settings.
+	- convert plugin / convert-tool: Fixed changing hierarchy separators
+	  in mailbox names when alt_hierarchy_char isn't set.
+	- Several fixes to expire plugin / expire-tool
+	- zlib: Give better error messages on failures.
+
 v1.1.16 2009-06-01  Timo Sirainen <tss@iki.fi>
 
 	- v1.1.15 could have crashed if mailbox-closing command was pipelined
--- a/configure.in	Thu Jul 09 22:09:57 2009 -0400
+++ b/configure.in	Thu Jul 09 22:49:05 2009 -0400
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.16],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.17],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE