diff options
| author | David Bremner <david@tethera.net> | 2026-01-31 14:20:01 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-01-31 14:20:01 +0900 |
| commit | 01c03582bf176f5d2eec913437b55849c1bd04ec (patch) | |
| tree | c323f1a294f2dd1507753ac4077b284f9b14be75 | |
| parent | 98590853893531b5089d90d50e2d670c6a3296db (diff) | |
| parent | cee41bccc054617b0cffe12759b209ff66066563 (diff) | |
Merge tag '0.40'
notmuch 0.40 release
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/patches/debian-changes | 18 | ||||
| -rw-r--r-- | debian/patches/series | 1 | ||||
| -rw-r--r-- | version.txt | 2 |
5 files changed, 11 insertions, 23 deletions
@@ -1,15 +1,16 @@ -Notmuch 0.40 (UNRELEASED) +Notmuch 0.40 (2026-01-31) ========================= General ------- -Accept "key-missing" from a signature from a revoked key +Accept "key-missing" from a signature from a revoked key to match +apparent change in GnuPG behaviour. Library ------- -New API notmuch_{threads,messages}_status to allow distinguishing +New API `notmuch_{threads,messages}_status` to allow distinguishing iterator exaustion from iterator invalidation due to errors. Emacs diff --git a/debian/changelog b/debian/changelog index a3b5d1c5..b47b9f68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.40-1) unstable; urgency=medium + + * New upstream release + + -- David Bremner <bremner@debian.org> Sat, 31 Jan 2026 13:53:09 +0900 + notmuch (0.40~rc1-1) experimental; urgency=medium * New upstream pre-release diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes deleted file mode 100644 index 0c71c899..00000000 --- a/debian/patches/debian-changes +++ /dev/null @@ -1,18 +0,0 @@ -Description: Autogenerated patch header for a single-debian-patch file. - The delta against upstream is either kept as a single patch, or maintained - in some VCS, and exported as a single patch instead of more manageable - atomic patches. -Forwarded: not-needed - ---- ---- notmuch-0.40~rc0.orig/lib/notmuch.h -+++ notmuch-0.40~rc0/lib/notmuch.h -@@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS - * version in Makefile.local. - */ - #define LIBNOTMUCH_MAJOR_VERSION 5 --#define LIBNOTMUCH_MINOR_VERSION 6 -+#define LIBNOTMUCH_MINOR_VERSION 7 - #define LIBNOTMUCH_MICRO_VERSION 0 - - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 7bb82529..00000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -debian-changes diff --git a/version.txt b/version.txt index 2199de97..744f3d7d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.40~rc1 +0.40 |
