]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
NEWS updated
authorTimo Sirainen <tss@iki.fi>
Wed, 24 Aug 2011 18:37:15 +0000 (21:37 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 24 Aug 2011 18:37:15 +0000 (21:37 +0300)
NEWS

diff --git a/NEWS b/NEWS
index cf636436f8863981bcb6452ca65425f4daa32e7b..6df81566e0024ae0bdbc502b16280a8271a8947b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,14 +4,24 @@ v2.1.UNSTABLE 2011-xx-xx  Timo Sirainen <tss@iki.fi>
          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