]> git.cworth.org Git - notmuch-wiki/commitdiff
news for notmuch 0.34.3
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 10 Jan 2022 22:06:23 +0000 (00:06 +0200)
committerTomi Ollila <tomi.ollila@iki.fi>
Mon, 10 Jan 2022 22:06:23 +0000 (00:06 +0200)
news/release-0.34.3.mdwn [new file with mode: 0644]

diff --git a/news/release-0.34.3.mdwn b/news/release-0.34.3.mdwn
new file mode 100644 (file)
index 0000000..168c5a2
--- /dev/null
@@ -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.