dovecot-1.1: Released v1.1.17.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 10 05:58:03 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/2585023f0486
changeset: 8322:2585023f0486
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 09 22:49:05 2009 -0400
description:
Released v1.1.17.

diffstat:

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

diffs (35 lines):

diff -r dee948c9f14f -r 2585023f0486 NEWS
--- 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.16 2009-06-01  Timo Sirainen <tss at i
+v1.1.17 2009-07-09  Timo Sirainen <tss at 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 at iki.fi>
 
 	- v1.1.15 could have crashed if mailbox-closing command was pipelined
diff -r dee948c9f14f -r 2585023f0486 configure.in
--- 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_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.16],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.17],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list