diff options
| author | David Bremner <david@tethera.net> | 2023-10-26 20:34:31 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-10-26 20:34:31 -0300 |
| commit | bddeb20110d5149eb11a88a115716189a658a02a (patch) | |
| tree | ec3610370bf66551e919db036e39f72073812460 | |
| parent | bc9a58d75b2373467ff3727a97317ba5b803be67 (diff) | |
| parent | 356ad392716d2a775e58d766c1fec9047cc84163 (diff) | |
Merge tag '0.38.1'
notmuch 0.38.1 release
| -rw-r--r-- | NEWS | 17 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | version.txt | 2 |
4 files changed, 24 insertions, 3 deletions
@@ -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) ========================= 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/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 <bremner@debian.org> Thu, 26 Oct 2023 19:58:42 -0300 + notmuch (0.38.1~rc1-1) experimental; urgency=medium * New upstream release candidate 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 |
