dovecot-1.1: Released v1.1.19.

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 14 05:25:25 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/16a1faf9ec0c
changeset: 8352:16a1faf9ec0c
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 13 22:15:29 2009 -0400
description:
Released v1.1.19.

diffstat:

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

diffs (30 lines):

diff -r 9c241c8b2700 -r 16a1faf9ec0c NEWS
--- a/NEWS	Sun Sep 13 19:01:28 2009 -0400
+++ b/NEWS	Sun Sep 13 22:15:29 2009 -0400
@@ -1,3 +1,16 @@ v1.1.18 2009-07-27  Timo Sirainen <tss at i
+v1.1.19 2009-09-13  Timo Sirainen <tss at iki.fi>
+
+	- file_set_size() was broken with OSes that didn't support
+	  posix_fallocate() (almost everyone except Linux), causing all kinds
+	  of index file errors.
+	- ldap: Fixed hang when >128 requests were sent at once.
+	- Fixed a crash in saving messages where message contained a CR
+	  character that wasn't followed by LF (and the CR happened to be the
+	  last character in an internal buffer).
+	- deliver: Don't send rejects to any messages that have Auto-Submitted
+	  header. This avoids emails loops.
+	- Message decoding fixes (mainly for IMAP SEARCH, Sieve).
+
 v1.1.18 2009-07-27  Timo Sirainen <tss at iki.fi>
 
 	+ dovecot -n/-a now outputs also lda settings.
diff -r 9c241c8b2700 -r 16a1faf9ec0c configure.in
--- a/configure.in	Sun Sep 13 19:01:28 2009 -0400
+++ b/configure.in	Sun Sep 13 22:15:29 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.18],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.19],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list