X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS;h=b826d2801e3d1c843fee41ec41f56091ea4846b3;hb=34fec91e17629a6a095bd5930e020dfeaddff245;hp=4bb4779e6ec49e7bd8b1f4041bc41f2300822978;hpb=0478c0e077a697caeaa2f99678f69b57e6975b6e;p=notmuch diff --git a/NEWS b/NEWS index 4bb4779e..b826d280 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,53 @@ +Notmuch 0.32.3 (2021-08-17) +=========================== + +Library +------- + +Restore location of database via `MAILDIR` environment variable, which +was broken in 0.32. + +Bump libnotmuch minor version to match the documentation in +`notmuch.h`. + +Correct documentation for deprecated database opening functions to +point out that they (still) do not load configuration information. + +CLI +--- + +Restore "notmuch config get built_with.*", which was broken in 0.32. + +Notmuch 0.32.2 (2021-06-27) +=========================== + +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) ===========================