diff options
| author | David Bremner <david@tethera.net> | 2021-06-27 09:34:00 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-27 09:34:00 -0300 |
| commit | d21e72c9f95d1d052360976302a2f9cfcc1556a5 (patch) | |
| tree | aced86dcb8358f988eada16121243d23c26336db | |
| parent | 29d43b7f44568315a7645a93d2ea82306b2c4aa8 (diff) | |
| parent | af56f3bcdc8a644564a1182f58bd311907193a4a (diff) | |
Merge tag '0.32.2'
notmuch 0.32.2 release
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | debian/changelog | 8 |
2 files changed, 14 insertions, 1 deletions
@@ -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 |
