dovecot-1.1: Released v1.1.12.

dovecot at dovecot.org dovecot at dovecot.org
Sat Mar 14 00:59:10 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/efb650454b3b
changeset: 8202:efb650454b3b
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 13 18:56:08 2009 -0400
description:
Released v1.1.12.

diffstat:

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

diffs (35 lines):

diff -r abef63c0613b -r efb650454b3b NEWS
--- a/NEWS	Fri Mar 13 18:37:02 2009 -0400
+++ b/NEWS	Fri Mar 13 18:56:08 2009 -0400
@@ -1,3 +1,21 @@ v1.1.11 2009-02-03  Timo Sirainen <tss at i
+v1.1.12 2009-03-13  Timo Sirainen <tss at iki.fi>
+
+	* Added :MAILBOXDIR= to mail_location to specify the root dir for
+	  mailboxes. dbox users should migrate to ":MAILBOXDIR=mailboxes",
+	  because that's going to be the default in v1.2+.
+
+	+ Linux: Adding -D parameter to login_executable makes login processes
+	  dump core to login_dir if they crash.
+	- IMAP: SELECT didn't always return first unseen message in reply
+	- POP3: pop3_lock_session=yes didn't use mail_privileged_group while
+	  dotlocking.
+	- mbox: Don't crash if >=8192 bytes long line begins with "From ".
+	- Maildir: More fixes to handling over 26 keywords.
+	- Several logging fixes and improvements
+	- Fixed authentication caching with non-plaintext mechanisms when
+	  using a blocking passdb (e.g. MySQL)
+	- Fixed DIGEST-MD5 authentication with user at domain style usernames.
+
 v1.1.11 2009-02-03  Timo Sirainen <tss at iki.fi>
 
 	- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
diff -r abef63c0613b -r efb650454b3b configure.in
--- a/configure.in	Fri Mar 13 18:37:02 2009 -0400
+++ b/configure.in	Fri Mar 13 18:56:08 2009 -0400
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.11],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.12],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list