From: David Bremner Date: Sun, 9 Jan 2022 19:29:05 +0000 (-0400) Subject: NEWS: add NEWS for 0.34.3 X-Git-Tag: archive/debian/0.34.3-1~3 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=9e62a0beaa3817b9534f871b896a8ec538a4f090 NEWS: add NEWS for 0.34.3 --- diff --git a/NEWS b/NEWS index 27e43156..e39af344 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +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) ===========================