From 551ec61118fcf0c2c2960aeced1eaae69df995e0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 26 Oct 2023 19:45:04 -0300 Subject: [PATCH 1/3] version: bump to 0.38.1 No changes from 0.38.1~rc1 --- bindings/python/notmuch/version.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index e654ab7f..1779d8cc 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.38.1~rc1' +__VERSION__ = '0.38.1' SOVERSION = '5' diff --git a/version.txt b/version.txt index ba1bb575..bb22182d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.38.1~rc1 +0.38.1 From e3bde388d86fd067dbf66356d079ec5c37b6029a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 26 Oct 2023 19:52:27 -0300 Subject: [PATCH 2/3] NEWS: News for 0.38.1 Just note the 3 bug fixes. --- NEWS | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 34bdfca2..a7c67445 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ -Notmuch 0.38.1 (UNRELEASED) +Notmuch 0.38.1 (2023-10-26) =========================== +CLI +--- + +Report parse errors in config files. + +Emacs +----- + +Fix image toggling for Emacs >= 29.1. + +notmuch-mutt +------------ + +Fix syntax error in script. + Notmuch 0.38 (2023-09-12) ========================= From 356ad392716d2a775e58d766c1fec9047cc84163 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 26 Oct 2023 20:02:05 -0300 Subject: [PATCH 3/3] debian: update changelog for 0.38.1-1 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index e9b1fec5..1a333385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.38.1-1) unstable; urgency=medium + + * New upstream bugfix release + + -- David Bremner Thu, 26 Oct 2023 19:58:42 -0300 + notmuch (0.38.1~rc1-1) experimental; urgency=medium * New upstream release candidate