aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-12-10 18:53:57 -0400
committerDavid Bremner <david@tethera.net>2021-12-10 18:53:57 -0400
commita06b76b9b3c1212b17d2bb170bdd511711f578f8 (patch)
tree3d5f44ff44be0cc0694c32fc305324ce33d31a37
parent57f29f4cb1e5ddfca453384954226b47f53e2ea6 (diff)
parent2394ee6289a2fc2628f198b4a9920116148dd814 (diff)
Merge tag 'debian/0.34.2-1'
notmuch release 0.34.2-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear]
-rw-r--r--NEWS22
-rw-r--r--bindings/python/notmuch/version.py2
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
-rw-r--r--version.txt2
5 files changed, 35 insertions, 4 deletions
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 <bremner@debian.org> 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 <!nocheck>,
gpgsm <!nocheck>,
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