dovecot-1.1: Released v1.1.6.

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 30 00:31:06 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/03b0b927436f
changeset: 7987:03b0b927436f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 30 00:17:26 2008 +0200
description:
Released v1.1.6.

diffstat:

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

diffs (29 lines):

diff -r c89c9d0bc877 -r 03b0b927436f NEWS
--- a/NEWS	Wed Oct 29 23:59:48 2008 +0200
+++ b/NEWS	Thu Oct 30 00:17:26 2008 +0200
@@ -1,3 +1,15 @@ v1.1.5 2008-10-22  Timo Sirainen <tss at ik
+v1.1.6 2008-10-29  Timo Sirainen <tss at iki.fi>
+
+	+ dovecot -n and -a now prints some system information at the top.
+	+ More error/debug message logging improvements.
+	- pop3-login: Fixed assert-crash if a client sent USER+PASS+USER+PASS
+	  commands in the same IP packet.
+	- Parsing an invalid message address like "From: (" caused an
+	  assert-crash in v1.1.4 and v1.1.5.
+	- Folding whitespace wasn't handled correctly inside quoted-strings,
+	  causing some messages to be parsed incorrectly.
+	- mbox: Fixed saving messages that begin with a valid From_-line.
+
 v1.1.5 2008-10-22  Timo Sirainen <tss at iki.fi>
 
 	* Dovecot prints an informational message about authentication problems
diff -r c89c9d0bc877 -r 03b0b927436f configure.in
--- a/configure.in	Wed Oct 29 23:59:48 2008 +0200
+++ b/configure.in	Thu Oct 30 00:17:26 2008 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.5],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.6],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list