X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=c5b7eec97f98d5e5341f664d30d4eb1c988f6fac;hp=ca3ba99ecca2f1301309ac9fe2f508f15227e697;hb=e49398dcada520c03ccd95d6b26900f5aa2d857e;hpb=92b33e251ba4906a08a6d86016c8c10b673b1220 diff --git a/NEWS b/NEWS index ca3ba99e..c5b7eec9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +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) +=========================== + +Emacs +----- + +Invoke gpg with --batch and --no-tty. + +Python Bindings +--------------- + +Fix documentation build with Python 3.7. Note that Python >= 3.3 is +now needed to build this documentation. + +Notmuch 0.28.1 (2019-02-01) +=========================== + +Build System +------------ + +`configure` no longer uses the special variable BASH, as this causes +problems on systems where /bin/sh is bash. + Notmuch 0.28 (2018-10-12) =========================