X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=a875fafef46f113938f7dd812b156f3c93c49800;hb=0740ee69fbd20d4aff94a1a9abc176ed2c58c175;hp=4bb4779e6ec49e7bd8b1f4041bc41f2300822978;hpb=0478c0e077a697caeaa2f99678f69b57e6975b6e;p=notmuch diff --git a/NEWS b/NEWS index 4bb4779e..a875fafe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Notmuch 0.32.2 (UNRELEASED) +=========================== + +General +------- + +Fix a bug from 2017 that can add duplicate thread-id terms to message +documents. + +CLI +--- + +Fix small memory leak in notmuch new. + +Emacs +----- + +Add `(require 'seq)` for `seq-some`. + +Documentation +------------- + +Fix man page build for Sphinx 4.x. Fix variable name in emacs docs. + +Tests +----- + +Fix backup creation in `perf-test/T00-new`. Check openssl +prerequisite in `add_gpgsm_home`. + Notmuch 0.32.1 (2021-05-15) ===========================