From: Tomi Ollila Date: Mon, 10 Jan 2022 22:06:23 +0000 (+0200) Subject: news for notmuch 0.34.3 X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=c0714d677bb18ca63351aeeb802def4e573e65d3 news for notmuch 0.34.3 --- 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.