From: Timo Sirainen Date: Wed, 24 Aug 2011 18:37:15 +0000 (+0300) Subject: NEWS updated X-Git-Tag: 2.1.alpha1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4e1efd78cf4b5204e64b1af1e49702ed849ede;p=thirdparty%2Fdovecot%2Fcore.git NEWS updated --- diff --git a/NEWS b/NEWS index cf636436f8..6df81566e0 100644 --- a/NEWS +++ b/NEWS @@ -4,14 +4,24 @@ v2.1.UNSTABLE 2011-xx-xx Timo Sirainen acl, autocreate, expire, trash, virtual * auth_username_format default changed to %Lu. If you really want case sensitive usernames, set it back to empty. + * Solr full text search backend changed to use mailbox GUIDs instead of + mailbox names, requiring reindexing everything. solr_old backend can + be used with old indexes to avoid reindexing, but it doesn't support + some newer features. + imapc (= IMAP client) storage allows using a remote IMAP server to be used as storage. This allows using Dovecot as a smart (caching) proxy or using dsync to do migration from remote IMAP server. + + Mailbox indexing via queuing indexer service (required for Lucene) + + Lucene full text search (FTS) backend rewritten with support for + different languages + + FTS finally supports "OR" search operation + + FTS supports indexing attachments via external programs + + IMAP FUZZY extension, supported by Lucene and Solr FTS backends + + Mailbox list indexes + Autocreate plugin creates/subscribes mailboxes physically only when the mailbox is opened for the first time. Mailbox listing shows the autocreated mailboxes even if they don't physically exist. - + Mailbox list indexes - listescape plugin works perfectly now - Fixed potential crashes and other problems when parsing header names