X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=9fcb57edc3d3c830cdc9176e6148b7a77d40f12e;hb=cc8d837d5a137a14a62526dcea60af1de7a353e4;hp=434f920a42f639e3165e9da348b71271837aa010;hpb=baa4185c302a246e632054dc6becb46c0024b99d;p=notmuch diff --git a/NEWS b/NEWS index 434f920a..9fcb57ed 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,43 @@ Command Line Interface `notmuch show` now supports --body=false and --include-html with --format=text +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) =========================