]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.26.2.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.26.2.mdwn
1 [[!meta date="2018-04-28"]]
2
3 Notmuch 0.26.2 (2018-04-28)
4 ===========================
5
6 Library Changes
7 ---------------
8
9 ### Work around Xapian bug with `get_mset(0,0, x)`
10
11 This causes aborts in `_notmuch_query_count_documents` on
12 e.g. Fedora 28.  The underlying bug is fixed in Xapian commit
13 f92e2a936c1592, and will be fixed in Xapian 1.4.6.
14
15 ### Make thread indexing more robust against reference loops
16
17 Choose a thread root by date in case of reference loops. Fix a
18 related abort in `notmuch show`.