changeset 8124:6150c9b9b901 HEAD 1.1.9

Released v1.1.9.
author Timo Sirainen <tss@iki.fi>
date Fri, 23 Jan 2009 16:41:28 -0500
parents 597616672d3b
children 59c1f8283c97
files NEWS configure.in
diffstat 2 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.9 2009-01-23  Timo Sirainen <tss@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@iki.fi>
 
 	- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
--- 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_INIT([dovecot],[1.1.8],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.9],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE