aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-06-27 09:34:00 -0300
committerDavid Bremner <david@tethera.net>2021-06-27 09:34:00 -0300
commitd21e72c9f95d1d052360976302a2f9cfcc1556a5 (patch)
treeaced86dcb8358f988eada16121243d23c26336db
parent29d43b7f44568315a7645a93d2ea82306b2c4aa8 (diff)
parentaf56f3bcdc8a644564a1182f58bd311907193a4a (diff)
Merge tag '0.32.2'
notmuch 0.32.2 release
-rw-r--r--NEWS7
-rw-r--r--debian/changelog8
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c167c9a2..4f247f00 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ Vim
Respect excluded tags when showing a thread.
-Notmuch 0.32.2 (UNRELEASED)
+Notmuch 0.32.2 (2021-06-27)
===========================
General
@@ -24,6 +24,11 @@ General
Fix a bug from 2017 that can add duplicate thread-id terms to message
documents.
+CLI
+---
+
+Fix small memory leak in notmuch new.
+
Emacs
-----
diff --git a/debian/changelog b/debian/changelog
index a813c59d..903c1f94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+notmuch (0.32.2-1) experimental; urgency=medium
+
+ * New upstream bugfix release
+ * Fix for memory leak in "notmuch new" introduced in 0.32
+ * Fix for bug from 2017 that can add duplicate thread-ids to messages.
+
+ -- David Bremner <bremner@debian.org> Sat, 26 Jun 2021 22:33:56 -0300
+
notmuch (0.32.1-1) experimental; urgency=medium
* New upstream bugfix release