X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=e39af3445ee2ad53733599ce869c9d9ad7085de1;hb=053a390370922a213b57f4f2e4bc2c5c8fb88c74;hp=5707e9b02f62377283b1a24b6398ab3252821a86;hpb=ba7f26e2a5fbf7f969e778384b8a9114f872cc24;p=notmuch diff --git a/NEWS b/NEWS index 5707e9b0..e39af344 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +Notmuch 0.34.3 (2022-01-09) +=========================== + +Library +------- + +Do not crash when presented with a .notmuch directory without a +xapian/ subdirectory. + +Python Bindings (notmuch2) +-------------------------- + +Database constructor now searches for configuration by default. Pass +`config=Database.CONFIG.EMPTY` to disable. + +The `Message.replies()` method now returns OwnedMessage objects, to +prevent certain memory de-allocation errors. + +Fix for importing `notmuch2` module when building bindings +documentation. + +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) ===========================