X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=27e431561717e169ea858295a56251759a5cc5de;hb=3eb25c94bd8fe4065d6df6d665ee393cb9a0ad6f;hp=d08183bf30eb696f7fafeb74ad8050972aefac4d;hpb=d6e4ca6a7a3a1a18eee7be3aa5fb8d0987e0894d;p=notmuch diff --git a/NEWS b/NEWS index d08183bf..27e43156 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Notmuch 0.34.2 (2021-12-09) +=========================== + +Library +------- + +Fix a bug that wrongly resolved conflict between the `database_path` +parameter to `notmuch_database_open_with_config` and configuration +item `database.path` in favour of the latter. + +Python Bindings (notmuch2) +-------------------------- + +When building the documentation for the `notmuch2` python module, +import from the built module, not a system wide installed one. + +The notmuch2.Database constructor now uses the library function +`notmuch_database_open_with_config` to support the same configuration +and database location options as the library does. + +Fix some unprintable exception objects. + +Notmuch 0.34.1 (2021-11-03) +=========================== + +Library +------- + +Fix for deallocation and nulling of output parameter for +notmuch_database_{open_with,create_with,load}_config when errors +occur. This change fixes a potential use-after-free bug that has been +present since 0.32. This release also improves the documentation of +status returns for the same 3 functions. + Notmuch 0.34 (2021-10-20) =========================