notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b3243d1ac632ff667ea770c4c9ad8774900dc639 (patch)
   parent 676a4708 version: update to 0.37~rc0
     tree e09d0f429dbc365f138044c80aa9040a11132e8a
   author David Bremner <david@tethera.net>  2022-08-14 06:55:40 -0300
committer David Bremner <david@tethera.net>  2022-08-14 06:55:40 -0300

debian: changelog stanza for 0.37~rc0-1

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

diff --git a/debian/changelog b/debian/changelog
index 1c6f3586..115e0d0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.37~rc0-1) unstable; urgency=medium
+
+  * New upstream release candidate
+
+ -- David Bremner <bremner@debian.org>  Sun, 14 Aug 2022 06:54:12 -0300
+
 notmuch (0.36-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