notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 4fe40e1ed2f8fbb398c718fc8ab83cc6f3e5ee11 (patch)
   parent 75c51dd4 NEWS: start NEWS for 0.28
     tree 3b267fa98fd9cece2cf9a9022d4d192540ac249e
   author David Bremner <david@tethera.net>  2018-10-03 20:24:57 -0300
committer David Bremner <david@tethera.net>  2018-10-03 20:37:23 -0300

debian: changelog for 0.28~rc0-1

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

diff --git a/debian/changelog b/debian/changelog
index fc31d409..ccd4fb90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.28~rc0-1) experimental; urgency=medium
+
+  * New upstream release candidate.
+
+ -- David Bremner <bremner@debian.org>  Wed, 03 Oct 2018 20:36:57 -0300
+
 notmuch (0.27-3) unstable; urgency=medium
 
   * Update Vcs-Git to use https and specify correct branch


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