dovecot-1.1: Released v1.1.2.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jul 24 21:18:21 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/3ddcfbc3342f
changeset: 7799:3ddcfbc3342f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 24 02:48:59 2008 +0300
description:
Released v1.1.2.

diffstat:

3 files changed, 34 insertions(+), 4 deletions(-)
NEWS         |   29 +++++++++++++++++++++++++++++
TODO         |    7 ++++---
configure.in |    2 +-

diffs (63 lines):

diff -r ba6045b0b90f -r 3ddcfbc3342f NEWS
--- a/NEWS	Thu Jul 24 02:31:37 2008 +0300
+++ b/NEWS	Thu Jul 24 02:48:59 2008 +0300
@@ -1,3 +1,32 @@ v1.1.1 2008-06-22  Timo Sirainen <tss at ik
+v1.1.2 2008-07-24  Timo Sirainen <tss at iki.fi>
+
+	+ Added full text search indexing support for Apache Lucene Solr
+	  server: http://wiki.dovecot.org/Plugins/FTS/Solr
+	+ IMAP SORT: Added X-SCORE sort key for use with Solr searches.
+	+ zlib plugin supports now bzip2 also.
+	+ quota: All backends now take noenforcing parameter.
+	+ Maildir: Add ,S=<size> to maildir filename whenever quota plugin
+	  is loaded, even when not using Maildir++ quota.
+	+ deliver: Allow lda section to override plugin settings.
+	+ deliver: Giving a -m <namespace prefix> parameter now silently saves
+	  the mail to INBOX. This is useful for e.g. -m INBOX/${extension}
+	+ Added a new maildirlock utility for write-locking Dovecot Maildir.
+	+ dict-sql: Support non-MySQL databases by assuming they implement the
+	  "INSERT .. ON DUPLICATE KEY" using an INSERT trigger.
+	- SORT: Fixed several crashes/errors with sort indexing.
+	- IMAP: BODYSTRUCTURE is finally RFC 3501 compliant. Earlier versions
+	  didn't include Content-Location support.
+	- IMAP: Fixed bugs with listing INBOX.
+	- Maildir: maildirfolder file wasn't created when dovecot-shared
+	  file existed on the root directory
+	- deliver didn't expand %variables in namespace location settings.
+	- zlib: Copying non-compressed messages resulted in empty mails
+	  (except when hardlink-copying between maildirs).
+	- mbox-snarf plugin was somewhat broken
+	- deliver + Maildir: If uidlist couldn't be locked while saving,
+	  we might have assert-crashed
+	- mbox: Fixed an assert-crash with \Recent flag handling
+
 v1.1.1 2008-06-22  Timo Sirainen <tss at iki.fi>
 
 	- Maildir: When migrating from v1.0 with old format dovecot-uidlist
diff -r ba6045b0b90f -r 3ddcfbc3342f TODO
--- a/TODO	Thu Jul 24 02:31:37 2008 +0300
+++ b/TODO	Thu Jul 24 02:48:59 2008 +0300
@@ -1,9 +1,10 @@
+ - UIDVALIDITY changed while saving -> sync errors
+   - mbox: copy to Trash, manually delete copied msg, change uidvalidity,
+     set nextuid=1, copy again -> error
  - quota fs: Should values returned by quota be divided by the actual
-   filesystem block size instead of hardcoded DEV_BSIZE?
- - mbox: INBOX doesn't return \HasNoChildren flag
+   filesystem block size instead of hardcoded DEV_BSIZE? not with AIX..
  - mailbox list fs: Listing subscriptions with children return options doesn't
    work unless iter_is_mailbox() returns the children flags
- - recent assert. both with mbox and maildir.
  - sieve-cmu.c crash: i_assert(buf->used - 1 == part->body_size.physical_size);
  - convert plugin: Create a r/w lock for a file. It's read-locked if
    conversion isn't wanted and released when process dies. If conversion is
diff -r ba6045b0b90f -r 3ddcfbc3342f configure.in
--- a/configure.in	Thu Jul 24 02:31:37 2008 +0300
+++ b/configure.in	Thu Jul 24 02:48:59 2008 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.1],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.2],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list