X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=news%2Frelease-0.34.3.mdwn;fp=news%2Frelease-0.34.3.mdwn;h=168c5a26a96ebd48eb827af1db708793af0722fb;hb=c0714d677bb18ca63351aeeb802def4e573e65d3;hp=0000000000000000000000000000000000000000;hpb=134b7f3a1b82828456c4a42c8140573f5b8ff892;p=notmuch-wiki diff --git a/news/release-0.34.3.mdwn b/news/release-0.34.3.mdwn new file mode 100644 index 0000000..168c5a2 --- /dev/null +++ b/news/release-0.34.3.mdwn @@ -0,0 +1,22 @@ +[[!meta date="2022-01-09"]] + +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.