notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 356ad392716d2a775e58d766c1fec9047cc84163 (patch)
   parent e3bde388 NEWS: News for 0.38.1
     tree 086019d7b62ca95a40fb12286022dcce695980c2
   author David Bremner <david@tethera.net>  2023-10-26 20:02:05 -0300
committer David Bremner <david@tethera.net>  2023-10-26 20:18:20 -0300

debian: update changelog for 0.38.1-1

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

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


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