diff options
| author | David Bremner <david@tethera.net> | 2019-10-19 22:25:24 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-10-19 22:25:24 -0300 |
| commit | 60ddce8a161772583e8d223498997ee866d04ede (patch) | |
| tree | 0e408eda4a8b1e4e86e172535fe275f49fb7bb33 | |
| parent | 7eb9615b30274033cc0c828244569c709906c40b (diff) | |
| parent | 1c8d9e172e57bad26ebb94a8cb22a959ebedb9a3 (diff) | |
Merge tag '0.29.2'
notmuch 0.29.2 release
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,12 @@ +Notmuch 0.29.2 (2019-10-19) +=========================== + +General +------- + +Fix for file descriptor leak when opening gzipped mail files. Thanks +to James Troup for the bug report and the fix. + Notmuch 0.29.1 (2019-06-11) =========================== diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index ca9e6a8c..1bde97e5 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.29.1' +__VERSION__ = '0.29.2' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index 72a52546..21010a1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.29.2-1) unstable; urgency=medium + + * New upstream bug fix release: fix file descriptor leak with gzipped + files. Thanks to James Troup for reporting and the fix. + + -- David Bremner <bremner@debian.org> Sat, 19 Oct 2019 07:23:21 -0300 + notmuch (0.29.1-2) unstable; urgency=medium * Re-upload to unstable @@ -1 +1 @@ -0.29.1 +0.29.2 |
