From 0c2edc522bbcf1f70c0173643e776b665b4af90e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 Oct 2021 08:11:25 -0300 Subject: [PATCH 1/5] version: bump to 0.34.1 --- bindings/python-cffi/version.txt | 2 +- bindings/python/notmuch/version.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt index 61d2f357..cd46610f 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.34 +0.34.1 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index de3faa77..701d61d5 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' +__VERSION__ = '0.34.1' SOVERSION = '5' diff --git a/version.txt b/version.txt index 61d2f357..cd46610f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.34 +0.34.1 From b4894de87799179386f6f6a38fd4a6f4e58b1576 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 Oct 2021 08:18:38 -0300 Subject: [PATCH 2/5] NEWS: start news for 0.34.1 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index d08183bf..0d6fe8fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Notmuch 0.34.1 (UNRELEASED) +=========================== + +Library +------- + +Fix for deallocation and nulling of output parameter for +notmuch_database_{open_with,create_with,load}_config when errors +occur. This change fixes a potential use-after-free bug that has been +present since 0.32. This release also improves the documentation of +status returns for the same 3 functions. + Notmuch 0.34 (2021-10-20) ========================= From edd5e15360d9f4df46722bc2399c9dee21429b3a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 31 Oct 2021 08:25:25 -0300 Subject: [PATCH 3/5] debian: changelog for 0.34.1-1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index ae65ab6e..80bb1d27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.34.1-1) unstable; urgency=medium + + * New upstream bugfix release. Fixes a memory deallocation error in + libnotmuch. + + -- David Bremner Sun, 31 Oct 2021 08:25:03 -0300 + notmuch (0.34-1) unstable; urgency=medium * New upstream release From ba7f26e2a5fbf7f969e778384b8a9114f872cc24 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 3 Nov 2021 10:20:08 -0300 Subject: [PATCH 4/5] NEWS: finalize release date --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0d6fe8fc..5707e9b0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.34.1 (UNRELEASED) +Notmuch 0.34.1 (2021-11-03) =========================== Library From 6858c365956ba26b42721093707e5a57ca8a6b93 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 3 Nov 2021 10:20:49 -0300 Subject: [PATCH 5/5] debian: refinalize changelog --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 80bb1d27..aa84b3f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ notmuch (0.34.1-1) unstable; urgency=medium * New upstream bugfix release. Fixes a memory deallocation error in libnotmuch. - -- David Bremner Sun, 31 Oct 2021 08:25:03 -0300 + -- David Bremner Wed, 03 Nov 2021 10:20:33 -0300 notmuch (0.34-1) unstable; urgency=medium