changeset 13284:a5edd3fe466b

NEWS updated
author Timo Sirainen <tss@iki.fi>
date Wed, 24 Aug 2011 21:37:15 +0300
parents 12b70c1819a9
children c17e4f8ddc81
files NEWS
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Aug 24 21:24:59 2011 +0300
+++ b/NEWS	Wed Aug 24 21:37:15 2011 +0300
@@ -4,14 +4,24 @@
 	  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