X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=6c39f65c5fc4ed2e9bee606cd6e1b2971cfdccfc;hb=b5eaa8ee83b7e6e54ab14cb5c13d6bc5721f522a;hp=0d6fe8fcf8edfc706ec47a34a5744082ece2e6bb;hpb=b4894de87799179386f6f6a38fd4a6f4e58b1576;p=notmuch diff --git a/NEWS b/NEWS index 0d6fe8fc..6c39f65c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,24 @@ -Notmuch 0.34.1 (UNRELEASED) +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. + +Notmuch 0.34.1 (2021-11-03) =========================== Library