dovecot-1.1: Released v1.1.14.

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 17 19:56:19 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/311e3c9d395e
changeset: 8246:311e3c9d395e
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 16 22:39:18 2009 -0400
description:
Released v1.1.14.

diffstat:

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

diffs (39 lines):

diff -r fe49fbf6da11 -r 311e3c9d395e NEWS
--- a/NEWS	Mon Apr 13 18:23:37 2009 -0400
+++ b/NEWS	Thu Apr 16 22:39:18 2009 -0400
@@ -1,3 +1,25 @@ v1.1.13 2009-03-18  Timo Sirainen <tss at i
+v1.1.14 2009-04-16  Timo Sirainen <tss at iki.fi>
+
+	* IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours
+	  into future. With Maildir future INTERNALDATEs may mess up
+	  incremental backups.
+
+	- Date: header was always being added to cache file when saving
+	  messages, even if clients didn't really want it. This caused
+	  POP3-only users to have dovecot.index.cache file unneededly.
+	- Character set conversion in specific mails may have caused Dovecot
+	  to allocate all the available memory (in default configuration dying
+	  after having allocated 256 MB). This happened only while searching
+	  messages.
+	- Message address parser didn't handle empty group:; correctly.
+	- imap/pop3-login: Don't crash when shutting down and destroying
+	  clients.
+	- deliver wasn't using mail_access_groups setting.
+	- mbox: When doing autodetection, if mbox didn't find an existing mail
+	  directory it just went and created it anyway, instead of failing the
+	  storage creation.
+	- Fixed some error handling in maildir and index code.
+
 v1.1.13 2009-03-18  Timo Sirainen <tss at iki.fi>
 
 	- v1.1.12's MAILBOXDIR changes broke accessing mails in some setups
diff -r fe49fbf6da11 -r 311e3c9d395e configure.in
--- a/configure.in	Mon Apr 13 18:23:37 2009 -0400
+++ b/configure.in	Thu Apr 16 22:39:18 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.13],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.14],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list