X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS;h=b826d2801e3d1c843fee41ec41f56091ea4846b3;hb=2e6089caabb6d35ab32cae87470394c2942cc452;hp=a47fd4e952279721c8f85fd3207d1ae264bf6735;hpb=ce0fa835d30ba2ec94f3cf3cef450090ed7e69e7;p=notmuch diff --git a/NEWS b/NEWS index a47fd4e9..b826d280 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,25 @@ -Notmuch 0.32.2 (UNRELASED) -========================== +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 ------- @@ -7,6 +27,11 @@ 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 -----