summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2018-06-14 00:08:39 +0300
committerDavid Bremner <david@tethera.net>2018-06-14 20:26:50 -0300
commitea36e70d7ad2b8fc4823d43b2f16ea10c679ac99 (patch)
tree1924a808e6cf017f6dc77baab02291c9fb60e016 /NEWS
parentb0b1fde0cbeb93209a135d2c6627edd70362999d (diff)
minor post-0.26 NEWS layout fixes
As usual, one notices these *after* release(s).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index fc77f532..240d594b 100644
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,7 @@ Notmuch 0.26.2 (2018-04-28)
Library Changes
---------------
-Work around Xapian bug with `get_mset(0,0, x)`.
+Work around Xapian bug with `get_mset(0,0, x)`
This causes aborts in `_notmuch_query_count_documents` on
e.g. Fedora 28. The underlying bug is fixed in Xapian commit
@@ -178,11 +178,11 @@ Change of return value of `notmuch_thread_get_authors`
Transition `notmuch_database_add_message` to `notmuch_database_index_file`
- When indexing an e-mail message, the new
- `notmuch_database_index_file` function is the preferred form, and
- the old `notmuch_database_add_message` is deprecated. The new form
- allows passing a set of options to the indexing engine, which the
- operator may decide to change from message to message.
+ When indexing an e-mail message, the new
+ `notmuch_database_index_file` function is the preferred form, and
+ the old `notmuch_database_add_message` is deprecated. The new form
+ allows passing a set of options to the indexing engine, which the
+ operator may decide to change from message to message.
Test Suite
----------