changeset 8024:23f5ed4f1d76 HEAD 1.1.7

Released v1.1.7.
author Timo Sirainen <tss@iki.fi>
date Mon, 24 Nov 2008 00:16:44 +0200
parents 4b876bc7bb38
children e6ae9deb6082
files NEWS configure.in
diffstat 2 files changed, 22 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.7 2008-11-23  Timo Sirainen <tss@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@iki.fi>
 
 	+ dovecot -n and -a now prints some system information at the top.
--- 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_INIT([dovecot],[1.1.6],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.7],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE