notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit fa1fb288e6e5ed1517b6369c8cc8e468514654ac (patch)
   parent bc58b5ad version: bump to 0.32~rc2
     tree 60c97210f888d1dc42e6bd0264fb860bfede2e19
   author David Bremner <david@tethera.net>  2021-04-28 07:06:31 -0300
committer David Bremner <david@tethera.net>  2021-04-28 07:06:31 -0300

debian: add changelog for 0.32~rc2-1

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

diff --git a/debian/changelog b/debian/changelog
index e847bd7d..d1daf2b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.32~rc2-1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- David Bremner <bremner@debian.org>  Wed, 28 Apr 2021 07:05:22 -0300
+
 notmuch (0.32~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