summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2021-12-09 15:55:17 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2021-12-09 15:55:17 +0200
commitf6f8962ebb842ff78f398d412fd8cace5bfa3bb6 (patch)
tree4cdf97dc4b291caf6258f5e91ddfb340a1bbb86c
parent4dbc3b73d2fbf0c66731ecfb08a75a84efa56a32 (diff)
news for notmuch 0.34.2
-rw-r--r--news/release-0.34.2.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/news/release-0.34.2.mdwn b/news/release-0.34.2.mdwn
new file mode 100644
index 0000000..27d6a5a
--- /dev/null
+++ b/news/release-0.34.2.mdwn
@@ -0,0 +1,23 @@
+[[!meta date="2021-12-09"]]
+
+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.
+
+Fix some unprintable exception objects.