notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 695f663f810ec1586aca8bfb09883c4d772d1b3b (patch)
   parent aa5674fc NEWS: start NEWS for 0.38
     tree f86ab2176e49656a2e09e885d29407cbd43ceab1
   author David Bremner <david@tethera.net>  2023-08-24 08:00:29 -0300
committer David Bremner <david@tethera.net>  2023-08-24 08:00:55 -0300

debian: changelog for 0.38~rc0-1

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

diff --git a/debian/changelog b/debian/changelog
index 846ccd2e..300064d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.38~rc0-1) unstable; urgency=medium
+
+  * New upstream release candidate
+
+ -- David Bremner <bremner@debian.org>  Thu, 24 Aug 2023 07:59:59 -0300
+
 notmuch (0.37-1) unstable; urgency=medium
 
   * New upstream release.


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