]> git.notmuchmail.org Git - notmuch/commitdiff
Merge tag '0.34.1'
authorDavid Bremner <david@tethera.net>
Thu, 4 Nov 2021 19:28:03 +0000 (16:28 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 4 Nov 2021 19:28:03 +0000 (16:28 -0300)
notmuch 0.34.1 release

NEWS
bindings/python-cffi/version.txt
bindings/python/notmuch/version.py
debian/changelog
version.txt

diff --git a/NEWS b/NEWS
index d08183bf30eb696f7fafeb74ad8050972aefac4d..5707e9b02f62377283b1a24b6398ab3252821a86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Notmuch 0.34.1 (2021-11-03)
+===========================
+
+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)
 =========================
 
index 61d2f357670b47f457e51f50655e27c2e3f50d5e..cd46610fe44751b8b112db3780fe4fd30b9dbff0 100644 (file)
@@ -1 +1 @@
-0.34
+0.34.1
index de3faa771d83c9dc87399225ec58e18e9a7881d6..701d61d5c67cd92203a2ea4df40b72f6554065b3 100644 (file)
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.34'
+__VERSION__ = '0.34.1'
 SOVERSION = '5'
index ae65ab6ebe7eb007cb0e47208786eea8f5ed234f..aa84b3f9c254cbd226561697e99e4372c31f4868 100644 (file)
@@ -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 <bremner@debian.org>  Wed, 03 Nov 2021 10:20:33 -0300
+
 notmuch (0.34-1) unstable; urgency=medium
 
   * New upstream release
index 61d2f357670b47f457e51f50655e27c2e3f50d5e..cd46610fe44751b8b112db3780fe4fd30b9dbff0 100644 (file)
@@ -1 +1 @@
-0.34
+0.34.1