diff --git a/NEWS b/NEWS index 5707e9b0..27e43156 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +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. + Notmuch 0.34.1 (2021-11-03) =========================== diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 701d61d5..7a872f5f 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.34.1' +__VERSION__ = '0.34.2' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index aa84b3f9..be7bc397 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +notmuch (0.34.2-1) unstable; urgency=medium + + * New upstream bugfix with release, with fixes database location in + library and notmuch2 python module. + * Build only against the default version of python, to avoid including + multiple .abi3.so files in python3-notmuch2 + + -- David Bremner Fri, 10 Dec 2021 09:35:43 -0400 + notmuch (0.34.1-1) unstable; urgency=medium * New upstream bugfix release. Fixes a memory deallocation error in diff --git a/debian/control b/debian/control index 8a2e29dd..9872d602 100644 --- a/debian/control +++ b/debian/control @@ -23,13 +23,13 @@ Build-Depends: gnupg , gpgsm , libgmime-3.0-dev (>= 3.0.3~), - libpython3-all-dev, + libpython3-dev, libsexp-dev, libtalloc-dev, libxapian-dev, libz-dev, pkg-config, - python3-all (>= 3.1.2-7~), + python3, python3-cffi, python3-pytest, python3-pytest-cov, diff --git a/version.txt b/version.txt index cd46610f..3f8003cd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.34.1 +0.34.2