X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=c5b7eec97f98d5e5341f664d30d4eb1c988f6fac;hp=e469ba063c63a31727d668d951f92f709ddd5a03;hb=e49398dcada520c03ccd95d6b26900f5aa2d857e;hpb=f7130468d27c4f37d45e6aa60baacfc3329ccff4 diff --git a/NEWS b/NEWS index e469ba06..c5b7eec9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Notmuch 0.28.4 (2019-05-05) +=========================== + +Command line interface +---------------------- + +Fix a spurious error when using `notmuch show --raw` on messages whose +size is a multiple of the internal buffer size. + +Notmuch 0.28.3 (2019-03-05) +=========================== + +Library +------- + +Fix a bug with the internal data structure _notmuch_string_map_t used +by message properties. + +Build System +------------ + +Serialize calls to sphinx-build to avoid race condition. +` Notmuch 0.28.2 (2019-02-17) ===========================