notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 23ac959040557de3bb3ac4f07efa98ec5371beeb (patch)
   parent 4fc79eb1 version: update to 0.38.1~rc1
     tree f84a58c3c0fe423b7a687fecf19842023f3aa9b2
   author David Bremner <david@tethera.net>  2023-10-12 19:54:07 -0300
committer David Bremner <david@tethera.net>  2023-10-12 19:54:07 -0300

changelog for 0.38.1~rc1-1

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

diff --git a/debian/changelog b/debian/changelog
index 799f50db..e9b1fec5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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


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