dovecot-1.1: Released v1.1.9.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 23 23:48:32 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/6150c9b9b901
changeset: 8124:6150c9b9b901
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 23 16:41:28 2009 -0500
description:
Released v1.1.9.

diffstat:

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

diffs (36 lines):

diff -r 597616672d3b -r 6150c9b9b901 NEWS
--- a/NEWS	Fri Jan 23 13:13:26 2009 -0500
+++ b/NEWS	Fri Jan 23 16:41:28 2009 -0500
@@ -1,3 +1,22 @@ v1.1.8 2009-01-07  Timo Sirainen <tss at ik
+v1.1.9 2009-01-23  Timo Sirainen <tss at iki.fi>
+
+	+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache
+	  inserts. This could help figuring out auth cache size.
+	+ deliver: Added rejection_subject setting, which is used for
+	  rejected mails.
+	+ pop3: Prevent clients from looping forever trying to fetch an
+	  expunged message.
+	+ If login process crashes, log the IP address that (maybe) caused it.
+	+ If core dump limit is 0, add "core dumps disabled" to startup log line.
+	+ Log better messages for "Permission denied" errors
+	- mbox: Fixed assert-crash with pop3_lock_session=yes
+	- dbox: Fixes to handling maildir-converted files.
+	- Auth cache wasn't working correctly for all fields (e.g. allow_nets)
+	  with blocking passdbs (e.g. mysql).
+	- pgsql: Handle reconnecting to server without failing auth lookups.
+	- Berkeley DB memory/resource leak fixes.
+	- maildir: Fixes to handling over 26 keywords.
+
 v1.1.8 2009-01-07  Timo Sirainen <tss at iki.fi>
 
 	- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
diff -r 597616672d3b -r 6150c9b9b901 configure.in
--- a/configure.in	Fri Jan 23 13:13:26 2009 -0500
+++ b/configure.in	Fri Jan 23 16:41:28 2009 -0500
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.8],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.9],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list