dovecot-1.1: Released v1.1.7.

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 24 00:36:06 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/23f5ed4f1d76
changeset: 8024:23f5ed4f1d76
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 24 00:16:44 2008 +0200
description:
Released v1.1.7.

diffstat:

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

diffs (38 lines):

diff -r 4b876bc7bb38 -r 23f5ed4f1d76 NEWS
--- a/NEWS	Mon Nov 24 00:08:02 2008 +0200
+++ b/NEWS	Mon Nov 24 00:16:44 2008 +0200
@@ -1,3 +1,24 @@ v1.1.6 2008-10-29  Timo Sirainen <tss at ik
+v1.1.7 2008-11-23  Timo Sirainen <tss at iki.fi>
+
+	* IMAP QUOTA extension now returns "MESSAGE" quota, not "MESSAGES".
+	  This makes Dovecot now RFC 2087 compliant. Hopefully this change
+	  doesn't break anyone's Dovecot-specific quota checking code..
+
+	+ Added !include and !include_try directives to config file reader.
+	  Note that !include doesn't currently work with deliver. The main
+	  point here is that ssl_key_password can be placed to a different
+	  file with !include_try that deliver can just ignore.
+	+ More error/debug message logging improvements.
+	- v1.1.6 gave "userdb didn't return a home directory" error at startup
+	- Some config file parsers (deliver, passwd-file, acl, trash) ignored
+	  the file's last line if it didn't end with LF.
+	- fts: SEARCH SUBJECT didn't search messages that weren't already
+	  in fts index.
+	- fts-solr: Don't assert-crash if we couldn't connect to Solr.
+	- IMAP: Mailbox deletion gave an error, but still worked, if mails'
+	  control directory wasn't the same as index directory.
+	- Several fixes to rarely used mailbox list layout configurations.
+
 v1.1.6 2008-10-29  Timo Sirainen <tss at iki.fi>
 
 	+ dovecot -n and -a now prints some system information at the top.
diff -r 4b876bc7bb38 -r 23f5ed4f1d76 configure.in
--- a/configure.in	Mon Nov 24 00:08:02 2008 +0200
+++ b/configure.in	Mon Nov 24 00:16:44 2008 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.6],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.7],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list