notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 75560c052b98e56783ebecd6444a36ea7fd483c4
  parents 6f07b140 Commit Debian 3.0 (quilt) metadata
          356ad392 debian: update changelog for 0.38.1-1
     tree 7a6875422727399169c4179d0ee8b801031da9fc
   author David Bremner <david@tethera.net>  2023-11-01 07:09:38 -0300
committer David Bremner <david@tethera.net>  2023-11-01 07:09:38 -0300

Merge tag 'debian/0.38.1-1' into debian/bookworm-backports

notmuch release 0.38.1-1 for unstable (sid) [dgit]

[dgit distro=debian no-split --quilt=linear]

 NEWS                               | 18 ++++++++++++++++++
 bindings/python/notmuch/version.py |  2 +-
 contrib/notmuch-mutt/notmuch-mutt  |  2 +-
 debian/changelog                   | 18 ++++++++++++++++++
 emacs/notmuch-lib.el               |  1 +
 emacs/notmuch-show.el              | 39 ++++++++++++++++++++++++++++++--------
 lib/config.cc                      | 13 +++++++++++--
 lib/notmuch-private.h              |  2 +-
 lib/open.cc                        |  4 ++--
 notmuch.c                          |  8 ++++++++
 test/T030-config.sh                | 15 +++++++++++++++
 version.txt                        |  2 +-
 12 files changed, 108 insertions(+), 16 deletions(-)

diff --cc debian/changelog
index 15d904d5,1a333385..2fc289eb
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,21 +1,27 @@@
+ 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
+ 
+  -- David Bremner <bremner@debian.org>  Thu, 12 Oct 2023 19:53:10 -0300
+ 
+ notmuch (0.38.1~pre0-1) experimental; urgency=medium
+ 
+   * New upstream release candidate
+ 
+  -- David Bremner <bremner@debian.org>  Sun, 01 Oct 2023 08:14:17 -0300
+ 
 +notmuch (0.38-2~bpo12+1) bookworm-backports; urgency=medium
 +
 +  * Rebuild for bookworm-backports.
 +
 + -- David Bremner <bremner@debian.org>  Tue, 19 Sep 2023 07:39:53 -0300
 +
  notmuch (0.38-2) unstable; urgency=medium
  
    * Restrict autopkgtests to amd64 and aarch64. There are failures in

glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git