changeset 8246:311e3c9d395e HEAD 1.1.14

Released v1.1.14.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Apr 2009 22:39:18 -0400
parents fe49fbf6da11
children a0d3aba72fb7
files NEWS configure.in
diffstat 2 files changed, 23 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.14 2009-04-16  Timo Sirainen <tss@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@iki.fi>
 
 	- v1.1.12's MAILBOXDIR changes broke accessing mails in some setups
--- 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_INIT([dovecot],[1.1.13],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.14],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE