changeset 7987:03b0b927436f HEAD 1.1.6

Released v1.1.6.
author Timo Sirainen <tss@iki.fi>
date Thu, 30 Oct 2008 00:17:26 +0200
parents c89c9d0bc877
children d2ce8e4d204c
files NEWS configure.in
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.6 2008-10-29  Timo Sirainen <tss@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@iki.fi>
 
 	* Dovecot prints an informational message about authentication problems
--- 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_INIT([dovecot],[1.1.5],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.6],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE