summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2021-11-03 22:13:27 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2021-11-03 22:13:27 +0200
commitb9bf592af6312189176969cbbddd5371dad9c7d7 (patch)
treef46f4265de73890d5042bc8c4004b95368e99c59
parent8e3d6adfe11cff1cc1cee4fcdc40d9521702208c (diff)
news for notmuch 0.34.1
-rw-r--r--news/release-0.34.1.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/release-0.34.1.mdwn b/news/release-0.34.1.mdwn
new file mode 100644
index 0000000..c3f6f93
--- /dev/null
+++ b/news/release-0.34.1.mdwn
@@ -0,0 +1,13 @@
+[[!meta date="2021-11-03"]]
+
+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.