]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: add NEWS for 0.34.2
authorDavid Bremner <david@tethera.net>
Thu, 9 Dec 2021 12:44:22 +0000 (08:44 -0400)
committerDavid Bremner <david@tethera.net>
Thu, 9 Dec 2021 12:44:22 +0000 (08:44 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 5707e9b02f62377283b1a24b6398ab3252821a86..6c39f65c5fc4ed2e9bee606cd6e1b2971cfdccfc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+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.
+
 Notmuch 0.34.1 (2021-11-03)
 ===========================