diff options
| author | David Bremner <david@tethera.net> | 2021-12-09 08:44:22 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-09 08:44:22 -0400 |
| commit | 49f8d051d1e515161d4b10272e97f588b04d442b (patch) | |
| tree | c3cdb8374fa411e38f618f56ed2d73b00402158f | |
| parent | ca4e1d885b0d9dcdeb45ad6f2829f88dafc7949c (diff) | |
NEWS: add NEWS for 0.34.2
| -rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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) =========================== |
