notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 9a1126241d6c4a12610b5de61044606352ca4712 (patch)
   parent 240e9fff version: bump to 0.38~rc1
     tree 2d7479365b483de9ade932e18d1c42266b04fce5
   author David Bremner <david@tethera.net>  2023-08-26 08:31:49 -0300
committer David Bremner <david@tethera.net>  2023-08-26 08:31:49 -0300

debian: changelog for 0.38~rc1-1

---
 debian/changelog | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 864b0423..bcbf63eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+notmuch (0.38~rc1-1) experimental; urgency=medium
+
+  * New upstream release candidate
+  * Hopefully reduce/eliminate intermittent failures of T460 by
+    controlling Emacs native compilation.
+  * Disable T810-tsan on ppc64el
+
+ -- David Bremner <bremner@debian.org>  Sat, 26 Aug 2023 08:31:21 -0300
+
 notmuch (0.38~rc0-1) experimental; urgency=medium
 
   * New upstream release candidate


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